AllenNeuralDynamics / ephys-sorting-manual-curation

Repository for collecting manual curation data for spike-sorting
1 stars 0 forks source link

update repo to reflect changes to DataLevel enum in aind-data-schema #13

Closed Sun-flow closed 7 months ago

Sun-flow commented 1 year ago

Changes can be found here: https://github.com/AllenNeuralDynamics/aind-data-schema/pull/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.