Skip to content

Maintenance - Fix tests#54

Open
adranka wants to merge 3 commits intoinvenia:mainfrom
adranka:fix_tests
Open

Maintenance - Fix tests#54
adranka wants to merge 3 commits intoinvenia:mainfrom
adranka:fix_tests

Conversation

@adranka
Copy link
Copy Markdown

@adranka adranka commented Jan 28, 2026

Just some maintenance:

  1. Change an equality check to an approx check so tests pass
  2. Update some MvNormal calls based on the deprecation warning
  3. Bump AutoHashEquals compat
  4. Changed one of the methods of KeyedDistribution from this type signature:
    kd::KeyedDistribution, keys::Tuple{Vararg{AbstractVector{T} where T,N} where N}
    to
    kd::KeyedDistribution, keys::Tuple{Vararg{AbstractVector}}
    I believe these are equivalent:
julia> Tuple{Vararg{AbstractVector{T} where T, N} where N} === Tuple{Vararg{AbstractVector}}
true

And it removes another dep warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant