Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Oct 4, 2024
1 parent ebae699 commit d2b4ec3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion biosimulators_copasi/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,6 @@ def get_simulation_configuration(self) -> dict:
problem = {
"AutomaticStepSize": False,
"StepNumber": self.copasi_number_of_steps,
#"StepSize": self._step_size,
"Duration": self._duration_arg,
"OutputStartTime": self.sim.output_start_time - self.init_time_offset
}
Expand Down

0 comments on commit d2b4ec3

Please sign in to comment.