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 e66b3d6 commit 79c2763Copy full SHA for 79c2763
com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestNeuroImageExamples.java
@@ -33,12 +33,8 @@ public void testEx1CG()
33
});
34
}
35
36
- /**
37
- * FIXME: Point to master branch of nilearn once https://github.com/ponder-lab/ML/issues/4 is
38
- * fixed.
39
- */
40
private static final String Ex2URL =
41
- "https://raw.githubusercontent.com/nilearn/nilearn/d43706724a72df089080f62d9f1d9c319fa391b7/examples/03_connectivity/plot_group_level_connectivity.py";
+ "https://raw.githubusercontent.com/nilearn/nilearn/refs/heads/main/examples/03_connectivity/plot_group_level_connectivity.py";
42
43
@Test
44
public void testEx2CG()
0 commit comments