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 Sep 4, 2024
1 parent ab8e206 commit c889ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appletree/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def from_backend(cls, backend_h5_file_name):
tree = cls(instruct)
# Overwrite the backend_h5 file name. If the user renames the
# backend file then it could be different from the one in intruct
tree.backend_h5 = backend_h5_file_name
tree.backend_h5 = backend_h5_file_name
tree.pre_fitting(nwalkers, batch_size=batch_size)
return tree

Expand Down

0 comments on commit c889ac0

Please sign in to comment.