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
Sunyoung Yoo edited this page Jun 24, 2025
·
1 revision
Welcome to the scitiff wiki!
Trouble Shootings
Schema file updated but not passing the up-to-date validation test
It was because I updated the json file with scitiff-dev-dump-schema in my local environment
that had different versions of dependencies that were used to create the json schema file (probably pydantic).
As I updated the file with the same dependencies as CI (and tox), it passed the test.