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.
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.