Skip to content

Commit 7949a24

Browse files
committed
[ENH] Refactor Spremberg model and improve Python SDK setting
In this update, the Spremberg model was refactored and further documented with a reordering of imports, added comments and better presentation of the initialization steps. The Python SDK setting within the Python .iml configuration file has also been updated for increased reliability and compatibility.
1 parent 99de68f commit 7949a24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gempy/API/initialization_API.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def structural_elements_from_borehole_set(
120120
)
121121
elements.append(element)
122122
# Reverse the list to have the oldest rocks at the bottom
123-
elements.reverse()
124123

125124
return elements
126125

0 commit comments

Comments
 (0)