jtablesaw / tablesaw

Java dataframe and visualization library
https://jtablesaw.github.io/tablesaw/
Apache License 2.0
3.55k stars 643 forks source link

fixes erroneous use of `==` in PricePlot (issue #1237) #1238

Closed francescopeloi closed 1 year ago

francescopeloi commented 1 year ago

Thanks for contributing.

Description

What was changed

Fixes erroneous use of == in PricePlot (issue #1237)

Testing

Did you add a unit test?

Yes

francescopeloi commented 1 year ago

thanks for the review @benmccann hawk eye! I had to rename the file too as it broke the build (class name != filename). I renamed also the test name.