Open fcorallini opened 1 year ago
I just tested this in https://jsonconsole.com with your exact code. I used Chrome Version 116.0.5845.96 (Official Build) (arm64) on macOS Ventura 13.4.1. It seems to be working as expected.
The bug occurs only when only version 1 of webgl is present. if webgl is present in both versions or absent it does not occur
Any update?
Problem description
On some Dell Vostro 220 machines we found errors in the calculation in the following methods: .mul() .div() .add() .sub() When Dataframe are longer than 42 row we got calculations errors. We are using Danfo Javascript library in browser via CDN, the error occurs in both updated Chromium and Firefox. The error occurs only when dataframes have more than 42 rows.
Example Code
Wrong Results
Expected Results
Desktop (please complete the following information):
Additional context
The error occurs with updated danfojs@1.1.2 The error occurs also with the latest browser version, in anonymous browsing without extension. In these machine only works an old version WebGL, I don't know if it could be related to that ...
Screenshots