pharmpy-dev-123

Results 4 issues of pharmpy-dev-123

They mention `make`, but this project uses `just`.

Intermediate solution for #68. Also allows to read input from standard input so you can analyze import times with a oneliner.

I have configured `tox` so that I can run `tox -e unit` for unit tests and `tox -e unit-cover` for unit tests with coverage. It is impossible for me to...

Using `.to_dict()` on an `altair` 4.2.0 object I get the following `FutureWarning` with `pandas` 1.5.0: ``` .tox/py39-unit/lib/python3.9/site-packages/altair/vegalite/v4/api.py:384: in to_dict dct = super(TopLevelMixin, copy).to_dict(*args, **kwargs) .tox/py39-unit/lib/python3.9/site-packages/altair/utils/schemapi.py:326: in to_dict result = _todict(...

bug