You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not a matter of making the actual test, it's a matter of checking a problem if no arise.
I'm moving from data_regression to num_regression as the value I compare are all numbers and changes from time to time (at the 10th decimal so not relevant). the previously generated file was super easy to humanly review looking like this:
I would like to get the best of 2 worlds, the display of an easy to read yaml file (data_regression) and the comparaison of numercial value (num_regression). Do you think it could be an added feature ?
either an opt-in file format in num_regression or a special handle of numercal values in data_regresion ?
The text was updated successfully, but these errors were encountered:
Hmm good point. I think this would be a nice feature to have.
either an opt-in file format in num_regression or a special handle of numercal values in data_regresion ?
I think we should focus on the purpose of the function rather, than the data format the existing functions use, so I think an option to use a different data-format in num_regression makes more sense.
It's not a matter of making the actual test, it's a matter of checking a problem if no arise.
I'm moving from data_regression to num_regression as the value I compare are all numbers and changes from time to time (at the 10th decimal so not relevant). the previously generated file was super easy to humanly review looking like this:
Now the output is .csv and it's barely readable (from a human standpoint):
I would like to get the best of 2 worlds, the display of an easy to read yaml file (data_regression) and the comparaison of numercial value (num_regression). Do you think it could be an added feature ?
either an opt-in file format in
num_regression
or a special handle of numercal values indata_regresion
?The text was updated successfully, but these errors were encountered: