Adam Knapp
Adam Knapp
In the python-client documentation (https://girder.readthedocs.io/en/latest/python-client.html), it says that autocomplete can be enabled with: ``` eval "$(_GIRDER_CLI_COMPLETE=source girder-client)" ``` but the command inside of `$()` only gives the standard usage text.
The function `is_convex` has an inconsistent return type, returning either a boolean or a tuple. This causes the tuple unpacking at line 1226 to fail: https://github.com/tulip-control/polytope/blob/beadd1263adda6093c8ced3db1afd1a6ceeb069c/polytope/polytope.py#L1226 when either https://github.com/tulip-control/polytope/blob/beadd1263adda6093c8ced3db1afd1a6ceeb069c/polytope/polytope.py#L999-L1000 or...
I ran into the following errors and warnings, while trying to get started with stan/pystan using the documentation at https://pystan.readthedocs.io/en/latest/ This is what is there now: ``` import stan schools_code...
It's conceivable that I'm just confused, but I've been trying to plot a single component of an EnsembleSummary for 18 dimensional SDE following the documentation here: https://docs.sciml.ai/DiffEqDocs/stable/features/ensemble/#Example-4:-Using-the-Analysis-Tools where it says:...