Currently I am only bundling compare functions for null and default file types. I should also bundle one for csv. This would sniff the formatting and then use the rtol and atol parameters to make numeric comparisons. The question is whether to use numpy or keep the package lightweight...
Currently I am only bundling compare functions for
nullanddefaultfile types. I should also bundle one forcsv. This would sniff the formatting and then use the rtol and atol parameters to make numeric comparisons. The question is whether to use numpy or keep the package lightweight...