Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
prismofeverything committed Feb 25, 2022
1 parent a472d04 commit f6094fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vivarium_models/processes/cytosim.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def next_update(self, timestep, state):
bounds_y=box_extent[1],
bounds_z=box_extent[2],
filaments=fiber_sections,
# filament_section='\n\n\n'.join(fiber_sections),
simulation_time=int(timestep/self.parameters['internal_timestep']),
)

Expand Down
1 change: 0 additions & 1 deletion vivarium_models/templates/cytosim-buckling.cym
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ new actin
shape = {{filament.points|join(', ')}}
}
{% endfor %}
{{filament_section}}

run {{simulation_time}} system
{
Expand Down

0 comments on commit f6094fd

Please sign in to comment.