You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the MyriaRelation class, there should be support for indexing. Indexing into a MyriaRelation is part of the example iPython notebook and seems like a very useful feature. Instead I see the following:
TypeError: 'MyriaRelation' object does not support indexing
In the MyriaRelation class, there should be support for indexing. Indexing into a MyriaRelation is part of the example iPython notebook and seems like a very useful feature. Instead I see the following:
TypeError: 'MyriaRelation' object does not support indexing
for the example on the demo server
Removing the
[-1]
runs fine.The text was updated successfully, but these errors were encountered: