Closed risenW closed 2 years ago
This failing test is caused by the pow operations. After investigation, I found out that the precision of the result is not guaranteed. I get integer results when I make some pow ops in Nodejs, but get floats when doing the same in browser env.
Test passes locally, but fails in CI, see https://github.com/javascriptdata/danfojs/runs/4640341484?check_suite_focus=true