Skip to content

Commit 8454295

Browse files
committed
No longer need to use mixed Sire API.
1 parent 5f3db1d commit 8454295

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/somd2/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@
1919
# along with SOMD2. If not, see <http://www.gnu.org/licenses/>.
2020
#####################################################################
2121

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-
3322
# Disable Sire progress bars until we work out the best way to handle
3423
# them for the SOMD2 runner, i.e. when running multiple dynamics objects
3524
# in parallel.

0 commit comments

Comments
 (0)