Skip to content

Commit

Permalink
Update test_microsphere.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Aug 16, 2022
1 parent 5c17de7 commit 496af55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_microsphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_microsphere_force():
umat = MaterialTensor(
x=[F, affine.force.p, Zn],
fun=affine.force,
kwargs={"fun": nh, "mu": 1.0, "bulk": 5000},
kwargs={"f": nh, "mu": 1.0, "bulk": 5000},
statevars=1,
triu=True,
)
Expand Down

0 comments on commit 496af55

Please sign in to comment.