Skip to content
Snippets Groups Projects
Commit 9d0a79a3 authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Add numpy import in doctest

parent 4ad225fa
No related branches found
No related tags found
1 merge request!20Bugfixes and small improvements
Pipeline #1070611 waiting for manual action
...@@ -99,6 +99,7 @@ In this short demonstration, we reproduce the example from ...@@ -99,6 +99,7 @@ In this short demonstration, we reproduce the example from
``DAQ`` class that generates a noisy sine signal. ``DAQ`` class that generates a noisy sine signal.
>>> import tempfile >>> import tempfile
>>> import numpy as np
>>> from python_spectrometer import Spectrometer >>> from python_spectrometer import Spectrometer
>>> from python_spectrometer.daq.core import DAQ >>> from python_spectrometer.daq.core import DAQ
>>> class MyDAQ(DAQ): >>> class MyDAQ(DAQ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment