Skip to content

Commit

Permalink
style: style fixes by ruff and autoformatting by black
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani authored and github-actions[bot] committed Mar 21, 2024
1 parent 1ae2d2d commit a2e5bb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion map2loop/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,9 @@ def extract_geology_contacts(self):
"""
# Use stratigraphic column to determine basal contacts
self.map_data.extract_basal_contacts(self.stratigraphic_column.column)
self.map_data.sampled_contacts = self.samplers[Datatype.GEOLOGY].sample(self.map_data.basal_contacts)
self.map_data.sampled_contacts = self.samplers[Datatype.GEOLOGY].sample(
self.map_data.basal_contacts
)
self.map_data.get_value_from_raster_df(Datatype.DTM, self.map_data.sampled_contacts)

def calculate_stratigraphic_order(self, take_best=False):
Expand Down

0 comments on commit a2e5bb9

Please sign in to comment.