Skip to content

Commit

Permalink
feat: change to default plotting.
Browse files Browse the repository at this point in the history
mentioned by @amoodie in #28, this is a change to the defaults. only 
changed defaults, not the other stuff
  • Loading branch information
ericbarefoot committed May 13, 2020
1 parent eb8a050 commit 2c5fed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyDeltaRCM/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ save_discharge_figs:
default: True
save_velocity_figs:
type: 'bool'
default: True
default: False
save_eta_grids:
type: 'bool'
default: False
Expand All @@ -96,10 +96,10 @@ save_depth_grids:
default: False
save_discharge_grids:
type: 'bool'
default: True
default: False
save_velocity_grids:
type: 'bool'
default: True
default: False
save_dt:
type: 'int'
default: 50
Expand Down

0 comments on commit 2c5fed3

Please sign in to comment.