name mode size
adaptive 040000
benchmarks 040000
.gitattributes 100644 29B
.gitignore 100644 1.13kB
.gitlab-ci.yml 100644 72B
LICENSE 100644 1.52kB
README.md 100644 576B
learner.ipynb 100644 25.08kB
pytest.ini 100644 30B
setup.py 100644 848B
README.md
# Tools for adaptive parallel evaluation of functions [![asv](http://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat)](https://gitlab.kwant-project.org/qt/adaptive/) ## Development In order to not pollute the history with the output of the notebooks, please setup the git filter by executing ``` git config filter.nbclearoutput.clean "jupyter nbconvert --to notebook --ClearOutputPreprocessor.enabled=True --ClearOutputPreprocessor.remove_metadata_fields='[\"deletable\", \"editable\", \"collapsed\", \"scrolled\"]' --stdin --stdout" ``` in the repository.