SciML / LabelledArrays.jl

Arrays which also have a label for each element for easy scientific machine learning (SciML)
https://docs.sciml.ai/LabelledArrays/stable/
Other
120 stars 21 forks source link

Aqua + typos CI #150

Open ArnoStrouwen opened 9 months ago

ArnoStrouwen commented 9 months ago

I don't understand the unbound args error in this one.

ArnoStrouwen commented 8 months ago

Bumping this. https://github.com/SciML/LabelledArrays.jl/actions/runs/7075146407/job/19256954357?pr=150#step:6:446 How does this function work for LArrays? The S type parameter won't exist then. https://github.com/SciML/LabelledArrays.jl/blob/master/src/larray.jl#L370

ChrisRackauckas commented 8 months ago

It's the same as the conversion of arrays to staticarrays. It should probably just be done in a separate dispatch, using size.