Skip to content

Commit

Permalink
Change generator to list
Browse files Browse the repository at this point in the history
  • Loading branch information
MBSck committed Nov 11, 2023
1 parent 2b909c3 commit 9c6d83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def test_s21(capsys):
assert meta.wvl_bins == len(wvl_s21)

# Number of light curves should be the same as meta.wvl_bins
extracted_sp_lcs_files = s21_dir.glob("*.txt")
extracted_sp_lcs_files = list(s21_dir.glob("*.txt"))
assert meta.wvl_bins == len(extracted_sp_lcs_files)

# There should be 10 columns as for the /lc_spec.txt file which was generated after running s20.
Expand Down

0 comments on commit 9c6d83e

Please sign in to comment.