Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 15, 2024
1 parent a1a6583 commit 2859f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/consistent/model/test_property.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def data(self) -> dict:
"type": "property",
"neuron": [4, 4, 4],
"property_name": ["foo", "bar"],
"property_dim": [2,3],
"property_dim": [2, 3],
"resnet_dt": True,
"numb_fparam": 0,
"precision": "float64",
Expand Down

0 comments on commit 2859f02

Please sign in to comment.