Skip to content

Commit

Permalink
Update mode_2d_arearat_statistics.py
Browse files Browse the repository at this point in the history
try statement on line 548 needed to be indented by one space
  • Loading branch information
bikegeek authored Oct 2, 2024
1 parent 97e07e0 commit 394ba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metcalcpy/util/mode_2d_arearat_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def calculate_2d_arearat_fsa_osa(input_data, columns_names, logger=None):
calculated statistic
or None if some of the data values are missing or invalid
"""
try:
try:
safe_log(logger, "debug", "Filtering data based on TWO_D_DATA_FILTER.")
filtered_data = column_data_by_name_value(input_data, columns_names, TWO_D_DATA_FILTER)

Expand Down

0 comments on commit 394ba0c

Please sign in to comment.