Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBordiga committed Jul 27, 2024
1 parent f0043d6 commit c03f29c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion difflexmm/energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,4 +530,5 @@ def compute_ligament_strains(block_displacement, centroid_node_vectors, bond_con


compute_ligament_strains_history = vmap(
compute_ligament_strains, in_axes=(0, None, None, None))
compute_ligament_strains, in_axes=(0, None, None, None)
)

0 comments on commit c03f29c

Please sign in to comment.