From e06592c92db3471e2778d4cb5caef7a322948865 Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Sat, 28 Aug 2021 12:42:28 -0400 Subject: [PATCH] feat: linking verbosity to configuration --- biosimulators_masspy/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biosimulators_masspy/core.py b/biosimulators_masspy/core.py index 8af2200..e34e039 100644 --- a/biosimulators_masspy/core.py +++ b/biosimulators_masspy/core.py @@ -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 * (