Skip to content

Commit

Permalink
Debug for the missing argument (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Dec 4, 2023
1 parent bd5aa44 commit 82eba10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alea/submitters/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def submit(
needed_kwargs = {**metadata["generate_values"], **needed_kwargs}

# read poi and poi_expectation
poi_value, poi_expectation = self._read_poi(needed_kwargs)
poi_value, poi_expectation = self._read_poi(metadata, **needed_kwargs)

# read the likelihood ratio
results = toyfiles_to_numpy(output_filename_pattern)
Expand Down

0 comments on commit 82eba10

Please sign in to comment.