diff --git a/ush/SpatialTemporalStatsTool/user_Analysis.py b/ush/SpatialTemporalStatsTool/user_Analysis.py index 8a6efb7..7ee18d0 100644 --- a/ush/SpatialTemporalStatsTool/user_Analysis.py +++ b/ush/SpatialTemporalStatsTool/user_Analysis.py @@ -34,9 +34,9 @@ # Set filter by variables # can be an empty list -filter_by_vars=[] +filter_by_vars = [] -#filter_by_vars = [("Land_Fraction", "lt", 0.9),] +# filter_by_vars = [("Land_Fraction", "lt", 0.9),] # list each case in a separate tuple inside this list. # options are 'lt' or 'gt' for 'less than' and 'greater than'