Skip to content

Commit

Permalink
Fix pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 30, 2023
1 parent 7fa3aad commit d66992c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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}, "
"$\\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 Expand Up @@ -738,7 +738,7 @@ def patchy_particle_pressure_compare_modes(*jobs):
f"$N={num_particles}$, "
f"T={set_temperature}, "
f"$\\chi={set_chi}$, "
"$\\varepsilon_{\mathrm{rep}}/\\varepsilon_{\mathrm{att}}$"
"$\\varepsilon_{\\mathrm{rep}}/\\varepsilon_{\\mathrm{att}}$"
f"$={lrisf}$")

for i, quantity_name in enumerate(quantity_names):
Expand Down

0 comments on commit d66992c

Please sign in to comment.