Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff committed Aug 10, 2023
1 parent ab6da41 commit 49d9b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ mod = AtomisticReverseMonteCarlo(
[1, 1, 1],
[1, 1, 1],
],
save_rate=1000, # save rate
save_rate=1000, # save rate
seed=123,
max_iter=None, # infinity number of iterations
max_iter=None, # infinity number of iterations
)

# Load the intial snapshot
Expand Down

0 comments on commit 49d9b66

Please sign in to comment.