Skip to content

Commit

Permalink
removed flatfiled lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeigh committed Jun 7, 2024
1 parent 8d95f52 commit cfe4dee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/operations_tests/operations_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ def run_test(self, test_case):
# Handling various pre-run steps
if test_case.pre_run_step == 'add_nan':
image_stack = self.add_nan(image_stack, fraction=0.1)
elif test_case.pre_run_step == 'add_flats_and_darks':
self.add_flats_and_darks(test_case.params)
elif test_case.pre_run_step == 'load_monitor_log':
log_data = self.load_monitor_log()
image_stack.log_file = log_data
Expand Down

0 comments on commit cfe4dee

Please sign in to comment.