Skip to content

Commit

Permalink
add return to make breakpoint easier
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jan 27, 2024
1 parent 51adb0a commit a04251c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aurora/pipelines/transfer_function_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ def validate_save_fc_settings(self):
for dec_level_config in self.config.decimations:
# if dec_level_config.save_fcs:
dec_level_config.save_fcs = False
return

def get_mth5_file_open_mode(self):
if self.all_fcs_already_exist:
Expand Down

0 comments on commit a04251c

Please sign in to comment.