Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zi-2k committed Jun 13, 2024
1 parent 07377d8 commit e585ef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/core/test_shf_vector_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def test_shf_waveform_logger_vector(vector_length, x, y):
holdoff_errors_reslog=10,
holdoff_errors_readout=11,
holdoff_errors_spectr=12,
first_sample_timestamp=13,
),
ShfDemodulatorVectorExtraHeader(
timestamp=0,
Expand Down Expand Up @@ -385,6 +386,7 @@ def __getattr__(self, item):
holdoff_errors_reslog=10,
holdoff_errors_readout=11,
holdoff_errors_spectr=12,
first_sample_timestamp=13,
),
np.array([50 + 100j, 100 + 150j], dtype=np.complex64),
),
Expand Down Expand Up @@ -490,7 +492,7 @@ def test_encoding_decoding_are_invers_shf_demod_sample(header, data):
),
),
(
ShfResultLoggerVectorExtraHeader(0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0),
ShfResultLoggerVectorExtraHeader(0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
SHFDemodSample(
np.array([6, 3], dtype=np.int64),
np.array([7, 2], dtype=np.int64),
Expand Down

0 comments on commit e585ef0

Please sign in to comment.