Commit e1a25dae authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'basop-ci/fix-basop-ci-branch-renderer-tests' into 'basop-ci-branch'

[BASOP-CI] fix python errors in tests/test_renderer.py with MLD

See merge request !1590
parents 9374a312 4da1cf28
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ def run_renderer(
    cmd[0] += binary_suffix

    if in_meta_files is not None:
        cmd[5:5] = ["-im", *in_meta_files]
        cmd.extend(["-im", *in_meta_files])

    if trj_file is not None:
        cmd.extend(["-T", str(trj_file)])