We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cdc55 commit 7b0de8dCopy full SHA for 7b0de8d
tests/unit/autogram/test_engine.py
@@ -185,7 +185,7 @@ def _get_losses_and_params_without_cross_terms(
185
return losses, params
186
187
188
-_get_losses_and_params = _get_losses_and_params_with_cross_terms
+_get_losses_and_params = _get_losses_and_params_without_cross_terms
189
190
191
@mark.parametrize(["factory", "batch_size"], PARAMETRIZATIONS)
0 commit comments