Skip to content

Commit 1ab695e

Browse files
authored
Merge pull request #473 from apriltuesday/sept-2025
Bump versions for September 2025
2 parents d048dc6 + 32c05b7 commit 1ab695e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

OT_SCHEMA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.1
1+
2.10.0

bin/cmat/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.4.0

tests/trait_mapping/test_main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ def test_process_trait():
8989
assert len(processed_trait_1.ols_result_list) == 7
9090
assert processed_trait_1.is_finished
9191

92-
# Trait 2 finds nothing via OLS, so goes through Zooma as well and finds a high-confidence result
93-
trait_2 = Trait('isolated nonsyndromic congenital heart disease', None, None)
92+
# Trait 2 finds nothing exact via OLS, so goes through Zooma as well and finds a high-confidence result
93+
trait_2 = Trait('11p partial monosomy syndrome', None, None)
9494
processed_trait_2 = process_trait(trait_2, zooma_filters, zooma_host, oxo_targets, oxo_distance, ols_query_fields,
9595
ols_field_list, target_ontology, preferred_ontologies)
96-
assert len(processed_trait_2.ols_result_list) == 0
96+
assert len(processed_trait_2.ols_result_list) == 9
9797
assert len(processed_trait_2.zooma_result_list) == 1
9898
assert processed_trait_2.is_finished
9999

0 commit comments

Comments
 (0)