biocypher icon indicating copy to clipboard operation
biocypher copied to clipboard

Boolean sometimes not imported correctly (all 'false')

Open slobentanzer opened this issue 1 year ago • 1 comments

Need to check the implementation for writing booleans to Neo4j admin import files; happened that regular Python bool values were all imported as 'false' (Neo4j seems to write bools lower case).

slobentanzer avatar Aug 09 '24 13:08 slobentanzer

First step would probably be to write some more specific tests

slobentanzer avatar Aug 23 '24 13:08 slobentanzer