mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 15:29:20 +01: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