Patrick J. Roddy

Results 124 issues of Patrick J. Roddy

I updated my fork from this upstream and began to experience weird behaviour like this https://stackoverflow.com/q/45931164/7359333. I have managed to fix it by removing this line https://github.com/gpakosz/.tmux/blob/0ad7f141dc10fe4964b963bc215bb5e12972b0c3/.tmux.conf#L13 My config: `MacOS==12.0.1`...

external
support

The original plot gives the following error: ValueError: x and y must have same first dimension, but have shapes (50000,) and (125000,) have change numpy arange so the dimensions are...

I forgot to add the `envs` key word so when I had the command `rm -rf $MY_ENV_VAR/*` in the `script` it deleted everything on my server. Can it give some...

[mypy](https://mypy.readthedocs.io/en/stable/) is a great library which has a `pre-commit` hook. It allows you to enforce that python typing is obeyed (but would pass if no typing) i.e. a function expecting...

feature

Addresses #84. Quite tricky which is why I abandoned this before, getting somewhere...

refactor
CI

See e.g. https://github.com/quantumjot/BayesianTracker/pull/115#discussion_r884937339

documentation

This will become a more common concern, but tested with Intel mac doesn't mean anything for M1 mac in my experience

documentation

Apologies, I'm aware that this is the last `stable` version but I just got a new laptop and now cannot install this great library. Clearly this is related to https://github.com/libigl/libigl/issues/1686....

Have to convert to string before reading in ![image](https://user-images.githubusercontent.com/15052188/110784601-c8f6fb00-8261-11eb-9b28-8d8e89e72fb9.png)

enhancement

I find that `tox` can take a long time to install dependencies (longer than doing it locally), it would be nice to benefit from `uv` for this. Think that the...

question