Skip to content

Commit

Permalink
typo in test_jacobian
Browse files Browse the repository at this point in the history
  • Loading branch information
tfjgeorge committed Aug 7, 2020
1 parent 4c36ecd commit 87ae911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jacobian.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_jacobian_pdense():
dw.get_flat_representation())
Mv_regul = PVector(layer_collection=lc,
vector_repr=Mv_regul)
dw_using_inv = PMat_dense.solve(Mv_regul, regul=1e0)
dw_using_inv = PMat_dense.solve(Mv_regul, regul=regul)
check_tensors(dw.get_flat_representation(),
dw_using_inv.get_flat_representation(), eps=5e-3)

Expand Down

0 comments on commit 87ae911

Please sign in to comment.