Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0f0569e4 authored by hhakim's avatar hhakim
Browse files

Block explicitely pyfaust.Faust fancy indexing when used in the both dimensions.

This point has been discussed in #50 comment 2.

v1, v2 two lists,
F[:,v2] # ok
F[v1, :] # ok
F[v1,v2] # error!
parent 7ec7d55a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment