JuliaML / TableTransforms.jl

Transforms and pipelines with tabular data in Julia
https://juliaml.github.io/TableTransforms.jl/stable
MIT License
103 stars 15 forks source link

Fix documentation and build in the master branch #169

Closed juliohm closed 1 year ago

juliohm commented 1 year ago

The main page of the documentation is missing some plots and the tests are failing on master due to updates in Plots.jl version probably.

wasup-yash commented 1 year ago

Hey do we need to Document https://juliaml.github.io/TableTransforms.jl/stable/ as a readme file in the project? as I am new to the project can you reference the resources what i need to understand in order to work on this issue

juliohm commented 1 year ago

I don't know if I understood your question. We just need to fix the documentation build and the tests that are failing currently.

wasup-yash commented 1 year ago

I don't know if I understood your question. We just need to fix the documentation build and the tests that are failing currently.

oh, now it's clear to me what the actual issue demands, thanks for explaining it to me.

juliohm commented 1 year ago

The issue has been fixed by @eliascarv. The build is failing on Julia v1.6 due to a bug in Julia itself.