You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_c_decode.TestCDecode.test_run_output [Processing simulation output for each solver with different trajectory sizes] (number_of_trajectories=3, solver=<gillespy2.solvers.cpp.ssa_c_solver.SSACSolver object at 0x7f2e72086df0>) Failed: 'SSACSolver' object is not callable
File "/usr/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
yield
File "/usr/lib/python3.8/unittest/case.py", line 582, in subTest
yield
File "/home/mdip/Projects/GillesPy2/test/test_c_decode.py", line 32, in test_run_output
solver = solver(model=self.model)
TypeError: 'SSACSolver' object is not callable
Cause:
Test_run_output is attempting to instantiate an already instantiated solver.
The text was updated successfully, but these errors were encountered:
Error Traceback
Cause:
Test_run_output
is attempting to instantiate an already instantiated solver.The text was updated successfully, but these errors were encountered: