Skip to content

Commit

Permalink
add hdf5_groupname to override shared_params in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmidt23 authored and eacharles committed Apr 2, 2024
1 parent 298aba7 commit 6825bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/evaluation/test_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_evaluation_stage():
pdf = DS.add_data("pdf", pdf_ens, QPHandle)
truth_table = dict(redshift=zspec)
truth = DS.add_data("truth", truth_table, TableHandle)
evaluator = Evaluator.make_stage(name="Eval")
evaluator = Evaluator.make_stage(name="Eval", hdf5_groupname="")
evaluator.evaluate(pdf, truth)

os.remove(evaluator.get_output(evaluator.get_aliased_tag("output"), final_name=True))

0 comments on commit 6825bbe

Please sign in to comment.