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 Oct 30, 2024
1 parent 16bd291 commit fa886f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/tests/pt/test_dp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ def setUp(self):
self.config["training"]["training_data"]["systems"] = data_file
self.config["training"]["validation_data"]["systems"] = data_file
self.config["model"] = deepcopy(model_property)
self.config["model"]["type_map"] = [self.config["model"]["type_map"][i] for i in [1,0,3,2]]
self.config["model"]["type_map"] = [
self.config["model"]["type_map"][i] for i in [1, 0, 3, 2]
]
self.input_json = "test_dp_test_property.json"
with open(self.input_json, "w") as fp:
json.dump(self.config, fp, indent=4)
Expand Down

0 comments on commit fa886f7

Please sign in to comment.