add SlicedDataset class and utility scripts; refactor: remove _path_fix.py and update imports;

This commit is contained in:
Joseph Hopfmüller
2024-11-17 01:04:33 +01:00
parent 90aa6dbaf8
commit 87f40fc37c
7 changed files with 172 additions and 11 deletions

View File

@@ -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]