Skip to content
New issue

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

TauHybridCSolver: NameError: name 'gillespyError' is not defined #694

Closed
briandrawert opened this issue Jan 21, 2022 · 0 comments · Fixed by #742 or #731
Closed

TauHybridCSolver: NameError: name 'gillespyError' is not defined #694

briandrawert opened this issue Jan 21, 2022 · 0 comments · Fixed by #742 or #731
Assignees
Labels
bug Something isn't working ✔️​ Issue / PR has been resolved
Milestone

Comments

@briandrawert
Copy link
Member

---------------------------------------------------------------------------
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:

@briandrawert briandrawert added this to the 1.6.8 milestone Jan 21, 2022
@BryanRumsey BryanRumsey modified the milestones: 1.6.8, 1.6.9 Feb 10, 2022
@BryanRumsey BryanRumsey linked a pull request Mar 17, 2022 that will close this issue
@BryanRumsey BryanRumsey added bug Something isn't working ✔️​ Issue / PR has been resolved labels Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ✔️​ Issue / PR has been resolved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants