Skip to content

Commit

Permalink
FIX:
Browse files Browse the repository at this point in the history
 - fixed the setter function of the bkg_map_maker
  • Loading branch information
mstrzys committed Jul 31, 2024
1 parent eab77dd commit 98e48fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pybkgmodel/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,6 @@ def is_compatible(cls, file_name):

ext = Path(file_name)

print("PATH", ext)

try:
with fits.open(ext) as file:
pass
Expand Down

0 comments on commit 98e48fc

Please sign in to comment.