@@ -43,23 +43,23 @@ def test_basal_contacts_extraction(self):
4343 QgsMessageLog .logMessage (f"geology layer: { geology_layer .featureCount ()} features" , "TestBasalContacts" , Qgis .Critical )
4444
4545 strati_column = [
46- [ "Turee Creek Group" ] ,
47- [ "Boolgeeda Iron Formation" ] ,
48- [ "Woongarra Rhyolite" ] ,
49- [ "Weeli Wolli Formation" ] ,
50- [ "Brockman Iron Formation" ] ,
51- [ "Mount McRae Shale and Mount Sylvia Formation" ] ,
52- [ "Wittenoom Formation" ] ,
53- [ "Marra Mamba Iron Formation" ] ,
54- [ "Jeerinah Formation" ] ,
55- [ "Bunjinah Formation" ] ,
56- [ "Pyradie Formation" ] ,
57- [ "Fortescue Group" ] ,
58- [ "Hardey Formation" ] ,
59- [ "Boongal Formation" ] ,
60- [ "Mount Roe Basalt" ] ,
61- [ "Rocklea Inlier greenstones" ] ,
62- [ "Rocklea Inlier metagranitic unit" ]
46+ "Turee Creek Group" ,
47+ "Boolgeeda Iron Formation" ,
48+ "Woongarra Rhyolite" ,
49+ "Weeli Wolli Formation" ,
50+ "Brockman Iron Formation" ,
51+ "Mount McRae Shale and Mount Sylvia Formation" ,
52+ "Wittenoom Formation" ,
53+ "Marra Mamba Iron Formation" ,
54+ "Jeerinah Formation" ,
55+ "Bunjinah Formation" ,
56+ "Pyradie Formation" ,
57+ "Fortescue Group" ,
58+ "Hardey Formation" ,
59+ "Boongal Formation" ,
60+ "Mount Roe Basalt" ,
61+ "Rocklea Inlier greenstones" ,
62+ "Rocklea Inlier metagranitic unit"
6363 ]
6464
6565 algorithm = BasalContactsAlgorithm ()
0 commit comments