Skip to content

Commit

Permalink
#1183 removed erf from assert_equal testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Oct 16, 2020
1 parent 924268e commit 734745b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def test_special_functions(self):
np.cos,
np.arccosh,
np.arcsinh,
special.erf,
]:
self.assert_casadi_equal(
pybamm.Function(np_fun, c).to_casadi(), casadi.MX(np_fun(3)), evalf=True
Expand Down

0 comments on commit 734745b

Please sign in to comment.