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 f4d9e37 commit 800bd5fCopy full SHA for 800bd5f
tests/mock.py
@@ -159,6 +159,11 @@ def mock_run_mmseqs2(
159
"pairing_strategy": pairing_strategy,
160
}
161
162
+ # make pre env-pair test work again, this was always true previously
163
+ # however didn't do anything
164
+ if len(query) > 1:
165
+ config["use_env"] = True
166
+
167
for saved_response in self.saved_responses:
168
# backwards compatibility, remove after UPDATE_SNAPSHOTS
169
if "pairing_strategy" not in saved_response["config"]:
0 commit comments