Skip to content

Commit

Permalink
Another lint
Browse files Browse the repository at this point in the history
  • Loading branch information
E-Rum committed Jan 9, 2025
1 parent 323c920 commit cff0039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/calculators/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


@pytest.mark.parametrize(
"CalculatorClass, params",
("CalculatorClass", "params"),
[
(
Calculator,
Expand Down
2 changes: 1 addition & 1 deletion tests/metatensor/test_workflow_metatensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


@pytest.mark.parametrize(
"CalculatorClass, params",
("CalculatorClass", "params"),
[
(
torchpme.metatensor.Calculator,
Expand Down

0 comments on commit cff0039

Please sign in to comment.