Modified import statements to account for reader module's relocation.

This commit is contained in:
2024-08-23 13:27:26 +02:00
parent a33e2b681f
commit 17dd1f1864
4 changed files with 13 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ import numpy as np
import h5py
import logging
import src.g5505_utils as utils
import src.g5505_file_reader as g5505f_reader
import utils.g5505_utils as utils
import instruments.readers.g5505_file_reader as g5505f_reader
def read_mtable_as_dataframe(filename):