Andreas Mueller
Andreas Mueller
Anyhow, I don't want to argue too much if you are all of the opinion that intermediate formats are great. So what does dynamic with intermediate format mean? Does it...
Fair enough. So I could achieve that by splitting all of my functions into two, one that writes the variables that I extracted into a json, and one that reads...
In the notebooks? Why?
the basic idea is to have CI download miniconda (or potentially miniforge) and create a clean conda env for anything that's running python, and try to use pip as little...
using https://github.com/codecov/codecov-action and https://www.codecov.io/ ?
I wonder who recommended it to them ;)
parametrizable tests, better error messages, plugins for coverage and some other plugins. pytest is a bit magic, it parses the AST to figure out a way to give you a...
we need a pytest.ini to store the pattern that matches our test, and then we can replace the command in CI / the test scripts, both of which should be...
Semi-related, how does the Tracer compare with standard python profiling traces? I haven't really understood what the additional benefit of using the tracer is so far.
python profiling together with snakeviz and line profiler. Though neither gives detailed runtime histograms as the current setup does.