Conversation
|
Sorry for the delay.. couple comments. These schemas are identical, there is no need for that... you can have the same schema and just put two different tables with different table names and different descriptions, just give the schema a more generic name and you can make the table name more specific. Second, you forgot to give the new schema an entry in the init.py dictionary of schemas, that's our mapping from schema string to python class. |
|
Hi Forrest thanks for the review! Added the imports to the init.py file. For the second class that is very similar to the first, we wanted a schema with no enum validation in the |
target_idas a foreign key to the nucleus id in nucleus_neuron_svm.