Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jan 20, 2025
1 parent c118a11 commit 9566359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hoomd_validation/patchy_particle_pressure.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,9 @@ def compare_modes(*jobs):
num_particles = jobs[0].sp.num_particles
lrisf = jobs[0].sp.long_range_interaction_scale_factor

quantity_reference = dict(density=set_density, pressure=set_pressure * set_temperature)
quantity_reference = dict(
density=set_density, pressure=set_pressure * set_temperature
)

fig = matplotlib.figure.Figure(figsize=(10, 10 / 1.618 * 2), layout='tight')
fig.suptitle(
Expand Down

0 comments on commit 9566359

Please sign in to comment.