Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleDelliVeneri committed Jul 17, 2024
1 parent 177bdb6 commit 25a4f8c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions tests/test_skymodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,19 +282,18 @@ def test_skymodels(qtbot: QtBot):
assert header is not None
assert model.shape[0] > 0
datacube = skymodels.insert_molecular_cloud(
None,
datacube,
continum,
line_fluxes,
pos_z,
fwhm_z,
n_pix,
n_channels,
)
None,
datacube,
continum,
line_fluxes,
pos_z,
fwhm_z,
n_pix,
n_channels,
)
model = datacube._array.to_value(datacube._array.unit).T
assert model.shape[0] > 0


tng_dir = os.path.join(os.path.expanduser("~"), "TNGData")
almasim.tng_entry.setText(tng_dir)
almasim.check_tng_dirs()
Expand Down

0 comments on commit 25a4f8c

Please sign in to comment.