lfads / lfads-run-manager

Matlab interface for Latent Factor Analysis via Dynamical Systems (LFADS)
https://lfads.github.io/lfads-run-manager
Apache License 2.0
50 stars 29 forks source link

Error in rc.runs('single_dataset001', 1) #10

Closed Qifan94 closed 6 years ago

Qifan94 commented 6 years ago

When I finished the python script, there was an error in matlab.

rc.runs('single_dataset001', 1) Index in position 1 exceeds array bounds (must not exceed 1).

Qifan94 commented 6 years ago

Use rc.runs(1) instead.

djoshea commented 6 years ago

Hey just fyi, this was a typo. Either it should be rc.runs(1) as you said or rc.findRuns('single_dataset001', 1), which I've changed it to in fab0317.

Qifan94 commented 6 years ago

THANKS!