Skip to content

Commit

Permalink
TST: fix existing flowproposal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Jan 22, 2025
1 parent 3a58af7 commit 98553f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def proposal(rng):
proposal = create_autospec(FlowProposal)
proposal._initialised = False
proposal.accumulate_weights = False
proposal.enforce_likelihood_threshold = False
proposal.map_to_unit_hypercube = False
proposal.rng = rng
return proposal

0 comments on commit 98553f0

Please sign in to comment.