Skip to content

Commit 02f9cb9

Browse files
committed
fix strati_column in test_basal_contacts
1 parent 82532dc commit 02f9cb9

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

tests/qgis/test_basal_contacts.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)