Daniel Kondrashevich

Results 2 issues of Daniel Kondrashevich

I'm noticing that my first test that is benchmarked is slower than the rest because of the calibration tests (my assumption). Is there a way to disable this?

In setup.py I was getting an error for setuptools. To fix, add this line to the top of the file _import setuptools_ and running pip install -e . will work...