Skip to content
Snippets Groups Projects
Commit ee47e0ce authored by Sander Snoo's avatar Sander Snoo
Browse files

Fixed tests

parent 2864224b
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ def test1():
sequence.n_rep = 2
m_param = sequence.get_measurement_param(iq_mode='amplitude+phase')
context.add_hw_schedule(sequence)
t = np.arange(0, t_measure, 1e9/sample_rate) # [ns]
t *= 1e-9 # [s]
......
from pulse_lib.tests.configurations.test_configuration import context
from pulse_lib.scan.read_input import read_channels
#%%
from pulse_lib.scan.read_input import read_channels
def test1():
pulse = context.init_pulselib(n_gates=1, n_sensors=2, rf_sources=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment