Skip to content

Commit

Permalink
Improve description of save_every.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Aug 10, 2023
1 parent eb97717 commit 9c8f6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andes/routines/tds.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, system=None, config=None):
store_i='store RHS of external algeb. equations',
limit_store='limit in-memory timeseries storage',
max_store='maximum steps of data stored in memory before offloading',
save_every='save results for one step every "save_every" steps',
save_every='save one step to memory every N simulation steps',
save_mode='automatically or manually save output data when done',
no_tqdm='disable tqdm progressbar and outputs',
chatter_iter='minimum iterations to detect chattering',
Expand Down

0 comments on commit 9c8f6ed

Please sign in to comment.