Thor Whalen
Thor Whalen
### Describe the problem The semantics of the output of `Collection.get` and `Collection.query` are not clear. This, and other related matters, were already discussed in the issue [Improve message on...
Just doing: ```python import sonipy.sonify ``` leads to ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) ... ---> [19] from fractions import gcd ... ImportError: cannot import name 'gcd' from...
After taking care of first import error, reported in #13, the import: ```python import sonipy.sonify ``` leads to ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) ... -> [1512] from...