Skip to content

Commit

Permalink
fix errors caused by auto-complete by copilot in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
wenh06 committed Apr 1, 2024
1 parent 4e8ace5 commit 3ab6d90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_utils/test_utils_nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ def test_mixin_classes():
loaded_model, _ = Model1D.from_remote(
url="https://www.dropbox.com/scl/fi/2eqhnagz1m0w0ka86uegr/test-remote-model.zip?rlkey=1mkuwhx4kykqmc7h4rnou46z0&dl=1",
model_dir=save_path,
compressed=True,
)
assert isinstance(loaded_model, Model1D)
shutil.rmtree(save_path)
Expand Down

0 comments on commit 3ab6d90

Please sign in to comment.