Commit e2d08de
committed
Fix array handling from server to support multi stim returns (#649)
Summary:
Pull Request resolved: #649
Multistimuli experiments weren’t able to return to the client because the _tensor_to_config method didn’t handle nested object numpy arrays correctly. This fixes it.
Reviewed By: tymmsc
Differential Revision: D69474480
fbshipit-source-id: 1524206ea259dfe66cd5fa885edf4e29c2543a5f1 parent a81b6e6 commit e2d08de
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
| 252 | + | |
260 | 253 | | |
261 | 254 | | |
262 | 255 | | |
| |||
0 commit comments