-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Most normalization methods start by deep cloning the object being normalized -- this means that if we were to add new properties to those methods, they would be included in the normalized object:
Some of them, however, specifically pick the properties/keys needed to construct normalized versions of taxon concepts, taxon name and specimen:
To comprehensively test normalization going forward, we should test:
- Whether an unknown property in the first group of normalization methods is correctly transferred into the normalized object.
- Whether an unknown property in the second group of normalization methods is correctly NOT transferred into the normalized object.
- (Not currently implemented) Whether an unknown property in the second group correctly produces some kind of warning object.
Metadata
Metadata
Assignees
Labels
No labels