Skip to content

Commit

Permalink
change loading name
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-takase committed Aug 8, 2024
1 parent cbfa92e commit 40615f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_sbm.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class TestSBM(unittest.TestCase):
def setUp(self):
print(f"Current directory: {os.getcwd()}")
self.base_path = "maps"
self.scan_field = ScanFields.load_det(self.base_path, "nside128_boresight.h5")
self.scan_field = ScanFields.load_det(self.base_path, "nside128_boresight")
self.input_map = hp.read_map("maps/cmb_0000_nside_128_seed_33.fits", field=(0,1,2)) * 1e6
self.nside = hp.npix2nside(len(self.input_map[0]))

Expand Down

0 comments on commit 40615f7

Please sign in to comment.