Skip to content

Commit

Permalink
print to parprint
Browse files Browse the repository at this point in the history
Changed line 66 from print to parprint
  • Loading branch information
vladislavivanistsev committed May 23, 2022
1 parent d20ed80 commit fbfbadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/12_MLMin/3_GPAW/min_gpaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# 3. Summary of the results:
###############################################################################

print('\n Summary of the results:\n ------------------------------------')
parprint('\n Summary of the results:\n ------------------------------------')

fire_results = read('results_fire.traj', ':')
parprint('Number of function evaluations using FIRE:',
Expand Down

0 comments on commit fbfbadc

Please sign in to comment.