add SlicedDataset class and utility scripts; refactor: remove _path_fix.py and update imports;
This commit is contained in:
@@ -19,9 +19,8 @@ import time
|
||||
from matplotlib import pyplot as plt # noqa: F401
|
||||
import numpy as np
|
||||
|
||||
import _path_fix # noqa: F401
|
||||
import path_fix
|
||||
import pypho
|
||||
# import inspect
|
||||
|
||||
default_config = f"""
|
||||
[glova]
|
||||
@@ -498,6 +497,7 @@ def plot_eye_diagram(
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
path_fix.show_log()
|
||||
config = get_config()
|
||||
|
||||
length_ranges = [1000, 10000]
|
||||
|
||||
Reference in New Issue
Block a user