We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes can be found here: AllenNeuralDynamics/aind-data-schema#481
Enum variable name changes: 'RAW_DATA' -> 'RAW' and 'DERIVED_DATA' -> 'DERIVED' Enum value changes: 'raw data' -> 'raw' and 'derived data' -> 'derived'
'RAW_DATA'
'RAW'
'DERIVED_DATA'
'DERIVED'
'raw data'
'raw'
'derived data'
'derived'
If this change impacts this repo, we should address it.
@jtyoung84 mentions that we should migrate to importing these values, so that future changes might not impact these repos.
The text was updated successfully, but these errors were encountered:
jtyoung84
No branches or pull requests
Changes can be found here: AllenNeuralDynamics/aind-data-schema#481
Enum variable name changes:
'RAW_DATA'
->'RAW'
and'DERIVED_DATA'
->'DERIVED'
Enum value changes:
'raw data'
->'raw'
and'derived data'
->'derived'
If this change impacts this repo, we should address it.
@jtyoung84 mentions that we should migrate to importing these values, so that future changes might not impact these repos.
The text was updated successfully, but these errors were encountered: