Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and WeinaJi committed Mar 14, 2024
1 parent b85e739 commit 6dd843d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/pytest_coreneuron/test_coreneuron_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@


def test_coreneuron_configuration():
with coreneuron(restore_path="restore",
save_path="save",
model_path="coredat",
skip_write_model_to_disk=True):
with coreneuron(
restore_path="restore",
save_path="save",
model_path="coredat",
skip_write_model_to_disk=True,
):
assert coreneuron.restore_path == "restore"
assert coreneuron.save_path == "save"
assert coreneuron.model_path == "coredat"
Expand Down

0 comments on commit 6dd843d

Please sign in to comment.