Skip to content

Commit

Permalink
Force download of maxwell hdf5 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Nov 3, 2023
1 parent 03a3886 commit 3c4ae54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neo/test/iotest/test_maxwellio.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TestMaxwellIO(BaseTestIO, unittest.TestCase, ):
]

def setUp(self):
auto_install_maxwell_hdf5_compression_plugin(force_download=False)
auto_install_maxwell_hdf5_compression_plugin(force_download=True)
BaseTestIO.setUp(self)


Expand Down
2 changes: 1 addition & 1 deletion neo/test/rawiotest/test_maxwellrawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class TestMaxwellRawIO(BaseTestRawIO, unittest.TestCase, ):
]

def setUp(self):
auto_install_maxwell_hdf5_compression_plugin(force_download=False)
auto_install_maxwell_hdf5_compression_plugin(force_download=True)
BaseTestRawIO.setUp(self)


Expand Down

0 comments on commit 3c4ae54

Please sign in to comment.