Skip to content

Commit

Permalink
Fixing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Jul 26, 2023
1 parent 2ab69ba commit c0e89d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion astrocut/tests/test_cube_cut.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ def test_target_pixel_file(cube_file, ffi_type, tmp_path):
assert len(tpf_table.columns) == ncols
assert "TIME" in tpf_table.columns.names
assert "FLUX" in tpf_table.columns.names
assert "FLUX_ERR" in tpf_table.columns.names
assert "FFI_FILE" in tpf_table.columns.names

cutout_img = tpf_table[0]['FLUX']
Expand Down

0 comments on commit c0e89d3

Please sign in to comment.