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 3af4970 commit b1e834a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tests/universal/pt/model/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,8 @@ def setUpClass(cls) -> None:
mixed_types=ds.mixed_types(),
type_map=cls.expected_type_map,
embedding_width=ds.get_dim_emb(),
task_dim = cls.task_dim,
property_name = cls.property_name,
task_dim=cls.task_dim,
property_name=cls.property_name,
)

ft = Fitting(
Expand Down

0 comments on commit b1e834a

Please sign in to comment.