From 4b0d3e489e6908dece36a4df65043a3d540d5c92 Mon Sep 17 00:00:00 2001 From: Azadeh Date: Thu, 11 Apr 2024 02:38:56 +0000 Subject: [PATCH] pycodestyle --- ush/SpatialTemporalStatsTool/user_Analysis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'