SCM-NV / pyZacros

Python Library for Automating Zacros Simulations
Other
7 stars 2 forks source link

Comparing Floats in Tests #40

Closed nfaguirrec closed 4 years ago

nfaguirrec commented 4 years ago

Now we are comparing float numbers to be exactly the same. Because of that, I was forced to print out energies and distances with three significant figures for tests. Thus, we need some tool to compare float numbers within a specific error that we can explicitly select.