Skip to content

Commit

Permalink
[REF] More verbose id
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Nov 8, 2023
1 parent 2f3bdec commit b20f9fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_kfac.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
from curvlinops.kfac import KFACLinearOperator


@mark.parametrize("separate_weight_and_bias", [True, False], ids=["separate", "joint"])
@mark.parametrize(
"separate_weight_and_bias", [True, False], ids=["separate_bias", "joint_bias"]
)
@mark.parametrize(
"exclude", [None, "weight", "bias"], ids=["all", "no_weights", "no_biases"]
)
Expand Down

0 comments on commit b20f9fc

Please sign in to comment.