Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Nov 17, 2024
1 parent 4675eb8 commit 34a6059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frb/tests/test_galfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_run():
def test_parse_galfit():
frb = FRB.by_name("FRB20121102A")
host = frb.grab_host()
galfit_outfile = importlib_resources.files('frb.tests.files')/'HG121102_galfit.fits'
galfit_outfile = str(importlib_resources.files('frb.tests.files')/'HG121102_galfit.fits')
# Test two components
host.parse_galfit(galfit_outfile,twocomponent=True)
assert type(host.morphology['PA'])==np.ndarray
Expand Down

0 comments on commit 34a6059

Please sign in to comment.