biocypher
biocypher copied to clipboard
Boolean sometimes not imported correctly (all 'false')
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).
First step would probably be to write some more specific tests