Skip to content

Commit

Permalink
fix: added correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Jul 31, 2024
1 parent 971ba1a commit a343c73
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 56 deletions.
1 change: 1 addition & 0 deletions LoopDataConverter/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .converters import LoopConverter
Binary file modified LoopDataConverter/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
12 changes: 1 addition & 11 deletions LoopDataConverter/converters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
from .base_converter import BaseConverter
from .ntgs_converter import NTGSConverter
from .loop_converter import LoopConverter
from ..datatypes import SurveyName

converter_map = {
SurveyName.NTGS: NTGSConverter,
SurveyName.GA: "",
SurveyName.GSQ: "",
SurveyName.GSWA: "",
SurveyName.GSSA: "",
SurveyName.GSV: "",
SurveyName.MRT: "",
SurveyName.GSNSW: "",
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
44 changes: 0 additions & 44 deletions LoopDataConverter/converters/conversion_manager.py

This file was deleted.

1 change: 1 addition & 0 deletions LoopDataConverter/input/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .input_data import InputData
Binary file modified LoopDataConverter/input/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified LoopDataConverter/input/__pycache__/input_data.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion LoopDataConverter/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .conversion import (
convert_dip_terms,
convert_dipdir_cardinals,
convert_dipdir_terms,
convert_tightness_terms,
convert_displacement_terms,
)
Binary file modified LoopDataConverter/utils/__pycache__/__init__.cpython-311.pyc
Binary file not shown.

0 comments on commit a343c73

Please sign in to comment.