Closed cthoyt closed 7 years ago
Hey Charlie, I remove the string casting altogether. One of our collaborators wanted all fields to be string, but forgot to check the Python syntax. I noticed you have a pull request to add Travis CI to this project, which would have caught this bug. I'm currently looking into adding either Travis or CircleCI to all of our projects. More to come
https://github.com/ndexbio/ndex-python/blob/b2fb766b581844e8785c0abeb2a0a1b3781ce999/ndex/create_aspect.py#L62
This causes a
NameError
to be raised if this code is ever encountered. Example:I believe this was a typo and should
str()
.