Neurostack 00430491ca Fixed bug accessing ListField (BaseList) with negative indices
If you __setitem__ in BaseList with a negative index and then try to save this, you will get an error like: OperationError: Could not save document (cannot use the part (shape of signal.shape.-1) to traverse the element ({shape: [ 0 ]})). To fix this I rectify negative list indices in BaseList _mark_as_changed as the appropriate positive index. This fixes the above error.
2016-03-31 08:04:19 -06:00
..
2015-11-26 12:01:42 +08:00
2013-12-13 09:46:45 +00:00
2015-06-23 23:16:08 +02:00
2014-12-02 00:37:06 -02:00
2009-12-19 16:04:05 +00:00
2015-05-04 15:02:01 -07:00