Skip to content

[BUGFIX] New Epoch Mixin for null column bug

sarsonl requested to merge feature/33-epoch_update_orm_validation into develop

columns used by the seismiccatalogpredictionbin class are not nullable and this is a subclass of seismiccatalog. A new mixin is created so that the not null validation takes place on the ORM rather than in the db.

closes #33 (closed)

Merge request reports