JuliaDynamics / ComplexityMeasures.jl

Estimators for probabilities, entropies, and other complexity measures derived from data in the context of nonlinear dynamics and complex systems
MIT License
48 stars 11 forks source link

The dev docs error #343

Closed kahaaga closed 6 months ago

kahaaga commented 6 months ago

See CI run here. The error is

LoadError: MethodError: Cannot `convert` an object of type 
  OffsetArrays.OffsetMatrix{ColorTypes.RGBA{Float32}, Matrix{ColorTypes.RGBA{Float32}}} to an object of type 
  Union{ColorTypes.RGBA{Float32}, Matrix{ColorTypes.RGBA{Float32}}}

We need to fix this before releasing a new package version.

Datseris commented 6 months ago

probably gotta fix https://github.com/JuliaDynamics/doctheme/issues/2

kahaaga commented 6 months ago

probably gotta fix JuliaDynamics/doctheme#2

I made a pull request here: #https://github.com/JuliaDynamics/doctheme/pull/3.

With those changes, this issue is no longer relevant and #341 builds the docs successfully.