Skip to content

Commit 79c2763

Browse files
committed
Point example back to main.
1 parent e66b3d6 commit 79c2763

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

com.ibm.wala.cast.python.ml.test/source/com/ibm/wala/cast/python/ml/test/TestNeuroImageExamples.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ public void testEx1CG()
3333
});
3434
}
3535

36-
/**
37-
* FIXME: Point to master branch of nilearn once https://github.com/ponder-lab/ML/issues/4 is
38-
* fixed.
39-
*/
4036
private static final String Ex2URL =
41-
"https://raw.githubusercontent.com/nilearn/nilearn/d43706724a72df089080f62d9f1d9c319fa391b7/examples/03_connectivity/plot_group_level_connectivity.py";
37+
"https://raw.githubusercontent.com/nilearn/nilearn/refs/heads/main/examples/03_connectivity/plot_group_level_connectivity.py";
4238

4339
@Test
4440
public void testEx2CG()

0 commit comments

Comments
 (0)