From f6094fd9379d16c7b1b526e9047de2afef1f7158 Mon Sep 17 00:00:00 2001 From: Ryan Spangler Date: Thu, 24 Feb 2022 17:23:11 -0800 Subject: [PATCH] remove comments --- vivarium_models/processes/cytosim.py | 1 - vivarium_models/templates/cytosim-buckling.cym | 1 - 2 files changed, 2 deletions(-) diff --git a/vivarium_models/processes/cytosim.py b/vivarium_models/processes/cytosim.py index 1de4900..9b58fdc 100644 --- a/vivarium_models/processes/cytosim.py +++ b/vivarium_models/processes/cytosim.py @@ -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']), ) diff --git a/vivarium_models/templates/cytosim-buckling.cym b/vivarium_models/templates/cytosim-buckling.cym index 88e5c18..c50f027 100644 --- a/vivarium_models/templates/cytosim-buckling.cym +++ b/vivarium_models/templates/cytosim-buckling.cym @@ -51,7 +51,6 @@ new actin shape = {{filament.points|join(', ')}} } {% endfor %} -{{filament_section}} run {{simulation_time}} system {