fixed imports by running as a module

This commit is contained in:
Félix Boisselier
2024-04-20 19:15:24 +02:00
parent 94e110736a
commit 99b719051c
10 changed files with 25 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ import optparse
import numpy as np
from scipy.signal import butter, filtfilt
from helpers.locale_utils import print_with_c_locale
from ..helpers.locale_utils import print_with_c_locale
NUM_POINTS = 500