Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff committed Aug 9, 2023
1 parent 4fbcf32 commit b31a3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AtomisticReverseMonteCarlo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def modify(self, data: DataCollection, frame: int, **kwargs):
print(f"Warren-Cowley target: \n {target_wc} ")
print(f"Warren-Cowley current: \n {wc} ")
print(f"Warren-Cowley percent error: \n {percent_diff} ")
# Add snapshot the the pipeline as if it was a timestep to visualize the convergence?
# Add snapshot the the pipeline as if it was a timestep to visualize the convergence?
print("---------- Tolerence criteria reached --------------")
data.particles_.create_property(
"Particle Type",
Expand Down

0 comments on commit b31a3ea

Please sign in to comment.