From 496af554ff42d7df034ab49b4b612674c47e7120 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Tue, 16 Aug 2022 22:49:10 +0200 Subject: [PATCH] Update test_microsphere.py --- tests/test_microsphere.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_microsphere.py b/tests/test_microsphere.py index 11d7f72..9485113 100644 --- a/tests/test_microsphere.py +++ b/tests/test_microsphere.py @@ -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, )