Skip to content

Commit c44b954

Browse files
- Updated visulisation test as this was failing with the new pathway selection logic..
1 parent b0db4d1 commit c44b954

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

tests/test_visualization.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,19 @@
1212

1313
matplotlib.use("Agg")
1414
from spatial_transcript_former.predict import (
15-
CORE_PATHWAYS,
1615
plot_training_summary,
1716
)
1817

18+
# Representative pathways to highlight in summary plots (local copy for testing)
19+
CORE_PATHWAYS = [
20+
"APOPTOSIS",
21+
"DNA_REPAIR",
22+
"G2M_CHECKPOINT",
23+
"MTORC1_SIGNALING",
24+
"P53_PATHWAY",
25+
"MYC_TARGETS_V1",
26+
]
27+
1928
# ---------------------------------------------------------------------------
2029
# Fixtures
2130
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)