Skip to content

Commit

Permalink
small bug blocking docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryce committed Nov 4, 2024
1 parent 28ed1c5 commit 02021bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/funman/search/simulator_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def eval_point(
self,
beta_val,
gamma_val,
query_condition=query_1,
query_condition=True,
plot=False,
rtol=1,
atol=1,
Expand Down Expand Up @@ -296,7 +296,7 @@ def ps(
param_assignments, _ = eval_point(
point_values["beta"],
point_values["gamma"],
query_condition=query_condition,
# query_condition=query_condition,
rtol=rtol,
plot=plot,
)
Expand Down

0 comments on commit 02021bb

Please sign in to comment.