Toon Verstraelen
Toon Verstraelen
It was once in the code and I found the reason for removing it again: it broke tests on Debian 32 bit. Also, fpufix cannot be applied locally to just...
These tests fail on Fedora 24 32 bit: ``` ====================================================================== FAIL: horton.gbasis.test.test_boys.test_boys_array ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/home/toon/.local/lib/python2.7/site-packages/horton/gbasis/test/test_boys.py", line 526, in...
The Boys function (first failing test above) is compared to full precision, which should not be done. It may fail on some machines because the two implementations that are compared,...
It is probably wise to let Farnaz run her pep8-clean script first to take away some of the manual labour.
At some point, yes. In short term not. We're first trying to refactor the code to make it easier to keep in good shape. The localization code had some issues...
I would just stick to one variable to store the references, e.g. using one dictionary per reference. This way you can easily derive bibtex, formatted citation or anything else if...
These are the steps to implement all of the rapid deployment goodies in a Python project: - Fix #257 if needed, includes switching to setuptools and clean handling of data...
With the above changes to your project, making a new release takes the following steps: 1. Update the release history. Build documentation locally and make sure it looks good. 2....
It would work, not super efficiently. Should we care?
@matt-chan We should rethink this. This is the detailed explanation and we interpreted too narrowly: https://google.github.io/styleguide/cppguide.html#Integer_Types It is probably better to ignore this problem until we have better idea how...