Kenta Murata
Kenta Murata
We need to use https://github.com/red-data-tools/red-colors and https://github.com/red-data-tools/red-palette to implement colormap used in heatmap because this library is a backend of https://github.com/red-data-tools/charty.
I have already touched this issue. It's stalled while I was working for Ruby 3.0. But I'll continue soon.
Why you want to pass string values to `xlim` parameter?
https://github.com/mrkn/enumerable-statistics/issues/20
@terceiro Thank you for reporting this issue. It is not a bug but these equality comparisons are intentional. The test currently assumes that floating-point arithmetic follows IEEE754. Could you please...
Could you please tell me the full compiler option? I guess it can be seen by the following command: ``` ruby -rrbconfig -e "puts RbConfig::CONFIG['CFLAGS']" ```
@terceiro Could you please check the result of `rake test` with Ruby that is built with `-mfpmath=sse -msse2` options? You can build Ruby with `-mfpmath=sse -msse2` options by specifying `optflags="-mfpmath=sse...
@terceiro This patch is not appropriate for the tests you mentioned in this issue's description, especially for `sum` methods. The reason why is that the tests examine whether the precision...
@terceiro In this case, skipping the failing tests is better than rewriting them with approximate comparing.
The CI fail on mswin seems to be related to [this VS2022's issue](https://developercommunity.visualstudio.com/t/Prev-Issue---with-__assume-isnan-/1597317#T-N10008858).