Skip to content

Commit

Permalink
Added Output_BPZ_lite.hdf5 with the new format for pq files
Browse files Browse the repository at this point in the history
  • Loading branch information
joselotl authored and eacharles committed Oct 30, 2023
1 parent b7dcde5 commit 0f62392
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/core/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_pq_handle():


def test_qp_handle():
datapath = os.path.join(RAILDIR, "rail", "examples_data", "testdata", "output_BPZ_lite.fits")
datapath = os.path.join(RAILDIR, "rail", "examples_data", "testdata", "output_BPZ_lite.hdf5")
handle = do_data_handle(datapath, QPHandle)
qpfile = handle.open()
assert qpfile
Expand Down
2 changes: 1 addition & 1 deletion tests/estimation/test_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DS = RailStage.data_store
DS.__class__.allow_overwrite = True

inputdata = os.path.join(RAILDIR, 'rail/examples_data/testdata/output_BPZ_lite.fits')
inputdata = os.path.join(RAILDIR, 'rail/examples_data/testdata/output_BPZ_lite.hdf5')

@pytest.mark.parametrize(
"input_param",
Expand Down
2 changes: 1 addition & 1 deletion tests/estimation/test_summarizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from rail.core.utils import RAILDIR
from rail.estimation.algos import naive_stack, point_est_hist, var_inf

testdata = os.path.join(RAILDIR, "rail/examples_data/testdata/output_BPZ_lite.fits")
testdata = os.path.join(RAILDIR, "rail/examples_data/testdata/output_BPZ_lite.hdf5")
DS = RailStage.data_store


Expand Down

0 comments on commit 0f62392

Please sign in to comment.