qdev-dk / qdev-wrappers

Other
11 stars 26 forks source link

Update test_doNd.py #201

Closed FarBo closed 4 years ago

FarBo commented 4 years ago

This branch is the place to discuss about and/or change this test file.

for the first commit, I changed data.get_values to data.get_parameter_data in tests related to test_doNd_output_data(). I had to modify the related tests slightly because data.get_parameter_value returns the dataset in a dictionary format including numpy arrays for the values inside the dictionary. Having these changes, pytest has passed all the tests locally.