-
`path_list = [folder for folder in fullpath if os.path.splitext(folder)[-1] == ('.nxml' or '.xml')]`
Is this code correct? `('.nsml', '.xml')` can only return `.nxml`, so basically it can not get the…
-
A few of us were confused that `templateUrl` files have to be `.html` files. I get why it works like it does today, but the current setup is hard for us to explain—especially since we tell people we d…
-
The [import script](https://github.com/openworm/PyOpenWorm/blob/alpha0.5-slarson/OpenWormData/scripts/insert_worm.py) currently is creating different RDF nodes for information about the same neurons. …