Skip to content

Commit

Permalink
Merge pull request #920 from StochSS/develop
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
BryanRumsey authored Feb 9, 2023
2 parents c82e36c + 2723863 commit fa89882
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
Binary file modified docs/build/html/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions test/run_integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,34 +64,34 @@
import test_telegraph_model

modules = [
# test_empty_model,
# test_build_engine,
# test_c_solvers,
# test_model,
# test_ode_solver,
# test_ode_c_solver,
# test_tau_leaping_c_solver,
# test_tau_leaping_solver,
# test_tau_hybrid_c_solver,
# test_hybrid_solver,
# test_simple_model,
# test_ssa_c_solver,
# test_variable_solvers,
# test_pause_resume,
# test_SBML,
# test_StochML,
# test_example_models,
# test_all_solvers,
# test_sys_init,
# test_results,
# test_propensity_parser,
# test_check_cpp_support,
# test_jsonify,
# test_notebooks,
# test_c_decode,
# test_run_output,
# test_hybrid_negative_state,
# test_hybrid_event_round,
test_empty_model,
test_build_engine,
test_c_solvers,
test_model,
test_ode_solver,
test_ode_c_solver,
test_tau_leaping_c_solver,
test_tau_leaping_solver,
test_tau_hybrid_c_solver,
test_hybrid_solver,
test_simple_model,
test_ssa_c_solver,
test_variable_solvers,
test_pause_resume,
test_SBML,
test_StochML,
test_example_models,
test_all_solvers,
test_sys_init,
test_results,
test_propensity_parser,
test_check_cpp_support,
test_jsonify,
test_notebooks,
test_c_decode,
test_run_output,
test_hybrid_negative_state,
test_hybrid_event_round,
test_telegraph_model,
]

Expand Down

0 comments on commit fa89882

Please sign in to comment.