wip: fixed import for scipy too

This commit is contained in:
appel_c 2024-03-15 18:00:38 +01:00
parent d9ad1e87f7
commit 46bbdfaebb

View File

@ -3,7 +3,7 @@ This module provides a class for creating a pseudo signal that is computed from
"""
import numpy as np
import scipy
import scipy as sp
from functools import reduce
from typing import Callable