Closed archgogo closed 1 week ago
In this case the issue wasnt actually that any of the fields were incorrect, but that the instance already existed on the knowledge graph (I was rerunning the code). If possible it would be useful for the error to indicate this. Thank you
The error message is now of the form:
ValueError("fairgraph cannot serialize a value of type <class 'someclass'> (for property 'some_property_name')")
Without more of the error traceback, I cannot diagnose the problem with the instance already existing.
When trying to save a tissue sample with
I often get a value error if any of the fields are incorrect (see below). It would greatly help me when debugging if fairgraph would tell me specifically which fields are incorrect so that I may fix them. Thank you in advance