Skip to content

Commit

Permalink
get rid of some print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFengler committed Dec 13, 2024
1 parent be35fcf commit 90fcfbd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ssms/basic_simulators/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,11 +692,7 @@ def simulator(

# Check if parameters are valid
validate_ssm_parameters(model, theta)
print(theta)
print(boundary_dict)
print(drift_dict)
print(sim_param_dict)
print(model_config_local)

# Call to the simulator
x = model_config_local["simulator"](
**theta,
Expand Down

0 comments on commit 90fcfbd

Please sign in to comment.