Cleaned up import statements and comment out path append operations

This commit is contained in:
2024-10-10 14:27:50 +02:00
parent 7d94ce29dd
commit ea82af2cd5
5 changed files with 22 additions and 24 deletions

View File

@ -1,17 +1,15 @@
import sys
import os
root_dir = os.path.abspath(os.curdir)
sys.path.append(root_dir)
import pandas as pd
import collections
import utils.g5505_utils as utils
#import src.metadata_review_lib as metadata
#from src.metadata_review_lib import parse_attribute
import yaml
#root_dir = os.path.abspath(os.curdir)
#sys.path.append(root_dir)
import utils.g5505_utils as utils
def read_acsm_files_as_dict(filename: str, instruments_dir: str = None, work_with_copy: bool = True):
# If instruments_dir is not provided, use the default path relative to the module directory