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
I upgraded the package to latest version (0.6.1) and tried using ee_image_regression and ee_dictionary_regression fixtures. While both created the file to check the result of fetching GEE servers (a .png for the image regression and a .yml for the dictionary), non of them created the .yml file of the serialized object.
The text was updated successfully, but these errors were encountered:
that's super complicated to generate both because the check method from pytest-regression is directly calling pytest.fail which is not an error type I can catch, let me do some testing again to verify why the file is not created.
I upgraded the package to latest version (0.6.1) and tried using
ee_image_regression
andee_dictionary_regression
fixtures. While both created the file to check the result of fetching GEE servers (a.png
for the image regression and a.yml
for the dictionary), non of them created the.yml
file of the serialized object.The text was updated successfully, but these errors were encountered: