Skip to content

Commit

Permalink
update testing for the changed grid_len configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyangkang committed Jan 17, 2024
1 parent 8f343f9 commit b526594
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions stemflow/manually_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,8 @@ def run_mini_test(
save_gridding_plot=True,
ensemble_fold=fold_,
min_ensemble_required=min_req,
grid_len_lon_upper_threshold=40,
grid_len_lon_lower_threshold=5,
grid_len_lat_upper_threshold=40,
grid_len_lat_lower_threshold=5,
grid_len_upper_threshold=40,
grid_len_lower_threshold=5,
temporal_start=1,
temporal_end=366,
temporal_step=30,
Expand Down

0 comments on commit b526594

Please sign in to comment.