We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--------------------------------------------------------------------------- NameError Traceback (most recent call last) ~/Desktop/research/devils_dftd_modeling/Parameter Sweeps/../../GillesPy2/gillespy2/core/model.py in run(self, solver, timeout, t, increment, show_labels, cpp_support, algorithm, **solver_args) 989 try: --> 990 return solver.run(model=self, t=t, increment=increment, timeout=timeout, **solver_args) 991 except Exception as e: ~/Desktop/research/devils_dftd_modeling/Parameter Sweeps/../../GillesPy2/gillespy2/solvers/cpp/tau_hybrid_c_solver.py in run(self, model, t, number_of_trajectories, timeout, increment, seed, debug, profile, variables, resume, live_output, live_output_options, tau_step, tau_tol, **kwargs) 227 if sim_status == SimulationReturnCode.FAILED: --> 228 raise gillespyError.ExecutionError("Error encountered while running simulation C++ file:\n" 229 f"Return code: {int(sim_status)}.\n") NameError: name 'gillespyError' is not defined During handling of the above exception, another exception occurred:
The text was updated successfully, but these errors were encountered:
jtcooper10
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: