Skip to content

Commit

Permalink
Fix failing analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 30, 2023
1 parent f319849 commit 39c35f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd_validation/patchy_particle_pressure.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def patchy_particle_pressure_analyze(job):
f"T={job.sp.temperature}, "
f"$\\chi={job.sp.chi}$, "
f"replicate={job.statepoint.replicate_idx}, "
r"$\\varepsilon_{\mathrm{rep}}/\\varepsilon_{\mathrm{att}}$"
"$\\varepsilon_{\mathrm{rep}}/\\varepsilon_{\mathrm{att}}$"
f"$={job.sp.long_range_interaction_scale_factor}$")
fig.savefig(job.fn('nvt_npt_plots.svg'),
bbox_inches='tight',
Expand Down

0 comments on commit 39c35f9

Please sign in to comment.