Skip to content

Commit

Permalink
Fix small naming bug
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-innocenti committed Jul 4, 2024
1 parent 159db42 commit 42ca377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpc/_core/_analytical.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def linear_equilib_energy_batch(
Mean total analytical energy across data batch.
"""
return vmap(lambda y, x: dln_equilib_energy_single(
return vmap(lambda y, x: linear_equilib_energy_single(
network,
y,
x
Expand Down

0 comments on commit 42ca377

Please sign in to comment.