Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve committed Nov 5, 2024
1 parent 27ecd26 commit b1bd4b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions padre_meddea/calibration/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"process_file",
"get_calibration_file",
"read_calibration_file",
"get_calib_energy_func",
]


Expand Down Expand Up @@ -156,5 +155,3 @@ def read_fits_keyword_file(csv_file: Path):
format="csv",
)
return fits_meta_table


2 changes: 1 addition & 1 deletion padre_meddea/tests/test_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from astropy.io import fits

import padre_meddea
import padre_meddea.calibration as calib
import padre_meddea.calibration.calibration as calib


def test_process_file_test_file():
Expand Down

0 comments on commit b1bd4b9

Please sign in to comment.