Closed PicoCentauri closed 1 year ago
The documentation for this PR is (or will soon be) available on readthedocs: https://rascaline--157.org.readthedocs.build/en/157/
Here is a pre-built version of the code in this pull request: wheels.zip, you can install it locally by unzipping wheels.zip
and using pip
to install the file matching your system
We have to ping the version of csv wich is a dependency of criterion for our tests. I tried several things but nothing works. Cargo always wants to install v 1.2. Maybe @Luthaf has an idea?
This PR explicitly sets the
stacklevel
of warnings since this is required by flake8:Here, I set the level to
stacklevel=1
(the default) meaning that no additional backtrace information is given. I think we do not need more information for the user because the warnings are well written and a link and codeblock does not help much. If you disagree we can also set it to2
or3
.