We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3db1d commit 8454295Copy full SHA for 8454295
src/somd2/__init__.py
@@ -19,17 +19,6 @@
19
# along with SOMD2. If not, see <http://www.gnu.org/licenses/>.
20
#####################################################################
21
22
-# Make sure we used the mixed API so we can use BioSimSpace.
23
-try:
24
- import sire as _sr
25
-
26
- _sr.use_mixed_api(support_old_module_names=False)
27
- _sr.convert.supported_formats()
28
29
- del _sr
30
-except ImportError:
31
- pass
32
33
# Disable Sire progress bars until we work out the best way to handle
34
# them for the SOMD2 runner, i.e. when running multiple dynamics objects
35
# in parallel.
0 commit comments