We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The expression "0/0/0|3" gets only the 0th piece, where it should get the 0th and 3rd pieces.
For example:
slice_data = slycat.web.server.get_model_arrayset_data ( database, model, "dac-var-data", "%s/0/0|3" % database_ind)[0]
returns only the 0th row, not the 0th and 3rd rows.
Note that if I use "::2" or other expressions with ":"s it does work.
The text was updated successfully, but these errors were encountered:
Will only return the 0th piece.
slice_data = slycat.web.server.get_model_arrayset_data ( database, model, "dac-var-data", "%s/0/0|3" % database_ind)[1]
Will return the 3rd piece.
Sorry, something went wrong.
Spurs20
No branches or pull requests
The expression "0/0/0|3" gets only the 0th piece, where it should get the 0th and 3rd pieces.
For example:
slice_data = slycat.web.server.get_model_arrayset_data (
database, model, "dac-var-data", "%s/0/0|3" % database_ind)[0]
returns only the 0th row, not the 0th and 3rd rows.
Note that if I use "::2" or other expressions with ":"s it does work.
The text was updated successfully, but these errors were encountered: