Skip to content

Commit

Permalink
Fix fiducial model call
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicuceu committed Nov 17, 2023
1 parent 31bdd03 commit 9672868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vega/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def create_monte_carlo_sim(self, fiducial_model, seed=None, scale=None, forecast

# Create the mock
mocks[name] = self._data[name].create_monte_carlo(
fiducial_model, item_scale, seed, forecast)
fiducial_model[name], item_scale, seed, forecast)

return mocks

Expand Down

0 comments on commit 9672868

Please sign in to comment.