Skip to content

Commit

Permalink
added an extra property to ImageReduction
Browse files Browse the repository at this point in the history
  • Loading branch information
cylammarco committed Mar 9, 2020
1 parent cfd5a24 commit 0aa7167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_aspired.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_imagereduction():
science_frame.reduce()

properties_len = len(science_frame.__dict__)
assert properties_len == 53, 'There should be 53 properties. You have ' + str(
assert properties_len == 54, 'There should be 54 properties. You have ' + str(
properties_len) + '.'

# Check if files are loaded to the right place
Expand Down

0 comments on commit 0aa7167

Please sign in to comment.