Data type inconsistencies between database, processing, and output #216
Labels
refactor
Code change preserving functionality
wontimplement
New feature needs to be broken down or deferred
There are at least two instances of this I'd like to point out
histological_structure
being stored as string/VARCHAR in the database but coerced and assumed to beint
in more recent features, like selection of cells by ID inFeatureMatrixExtractor
. The database schema can be updated to canonize theint
format.I think one or both of these situations would benefit from consistency.
The text was updated successfully, but these errors were encountered: