Skip to content

Commit

Permalink
Rename dup get_logloss to simulate_proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyWillard committed Dec 10, 2024
1 parent b32cad8 commit a104210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/src/gempyor/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def get_all_sim_arguments(self):
self.save,
]

def get_logloss(self, proposal):
def simulate_proposal(self, proposal):
if not self.inferpar.check_in_bound(proposal=proposal):
if not self.silent:
print("`llik` is -inf (out of bound proposal).")
Expand Down

0 comments on commit a104210

Please sign in to comment.