We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the tests library cannot be used with DFTK because the error tolerances are not consistently applied. For example
https://github.com/JuliaMolSim/AtomsCalculators.jl/blob/master/src/submodules/AtomsCalculatorsTesting.jl#L46
fails for crude numerical parameters in DFT calculations. We should make a pass on that.
The text was updated successfully, but these errors were encountered:
Ah, so I missed one of the test in the end...
I will fix this. Do you want to tag it to v0.1.3 or wait for v0.2 with #12 ?
Sorry, something went wrong.
fix #15
49bf3da
There is no rush for us, we can just wait until #22 is in.
is this resolved?
Yes this has been fixed
No branches or pull requests
Currently the tests library cannot be used with DFTK because the error tolerances are not consistently applied. For example
https://github.com/JuliaMolSim/AtomsCalculators.jl/blob/master/src/submodules/AtomsCalculatorsTesting.jl#L46
fails for crude numerical parameters in DFT calculations. We should make a pass on that.
The text was updated successfully, but these errors were encountered: