Skip to content

Commit

Permalink
fix: adding logger and remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Mar 7, 2022
1 parent d5c99cd commit bd3f428
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1,612 deletions.
3 changes: 3 additions & 0 deletions LoopStructural/modelling/intrusions/geom_conceptual_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Geometrical conceptual models for lateral and vertical extent of intrusions
import numpy as np
import pandas as pd
from LoopStructural.utils import getLogger

logger = getLogger(__name__)


def ellipse_function(lateral_contact_data, minP=None, maxP=None, minS=None, maxS=None):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
import numpy as np
import pandas as pd
import random
from LoopStructural.utils import getLogger

logger = getLogger(__name__)

def sort_2_arrays(main_array, array):
"""
Expand Down

0 comments on commit bd3f428

Please sign in to comment.