aolabNeuro / brain-python-interface

Other
4 stars 2 forks source link

sequence name incorrect (from gui) #62

Closed leoscholl closed 3 years ago

leoscholl commented 3 years ago

sequence gets named in sequence.js i think. if there are any array parameters, they will be named separately but with the same (non-unique) key. e.g. out_2D:[nblocks=100, ntargets=8, distance=10, origin=0, origin=0, origin=0] this might cause problems when determining the uniqueness of a sequence since the keys overlap.

should be possible to redo the naming such that the above sequence would be origin=0 0 0 or something like that

leoscholl commented 3 years ago

fixed in 933542dcbd6a920f78a7cd50d6a77eaecac43def as suggested