Skip to content

Commit 4a25702

Browse files
committed
tests: updating processor test
1 parent e508d2d commit 4a25702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/input/test_data_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def test_create_processor():
88
df = pd.DataFrame(rng.random(size=(10, 3)), columns=["X", "Y", "Z"])
99
df["name"] = ["unit_{}".format(name % 2) for name in range(10)]
10-
stratigraphic_order = [("sg", ["unit_0", "unit_1"])]
10+
stratigraphic_order = [("sg", ["unit_0", "unit_1", "basement"])]
1111
thicknesses = {"unit_0": 1.0, "unit_1": 0.5}
1212
processor = ProcessInputData(
1313
contacts=df, stratigraphic_order=stratigraphic_order, thicknesses=thicknesses

0 commit comments

Comments
 (0)