mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-08 17:58:05 +02:00
wip: fixed import for scipy too
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user