Skip to content

Commit

Permalink
feat: linking verbosity to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 28, 2021
1 parent 081c79f commit e06592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosimulators_masspy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def exec_sed_task(task, variables, log=None):
raise ValueError(msg)

# instantiate simulation
mass_sim = mass.Simulation(reference_model=mass_model, verbose=True)
mass_sim = mass.Simulation(reference_model=mass_model, verbose=config.VERBOSE)

# configure simulation time course
number_of_points = sim.number_of_points * (
Expand Down

0 comments on commit e06592c

Please sign in to comment.