Skip to content

Commit 7b0de8d

Browse files
committed
Test against no cross-terms
1 parent a1cdc55 commit 7b0de8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/autogram/test_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def _get_losses_and_params_without_cross_terms(
185185
return losses, params
186186

187187

188-
_get_losses_and_params = _get_losses_and_params_with_cross_terms
188+
_get_losses_and_params = _get_losses_and_params_without_cross_terms
189189

190190

191191
@mark.parametrize(["factory", "batch_size"], PARAMETRIZATIONS)

0 commit comments

Comments
 (0)