JuliaAI / JuliaAI/MLJBalancing.jl

Tests fail on Julia 1.11

Open
#29 2 comments 0 reactions 1 assignee View on GitHub

@EssamWisam is already working on this.

Since Jul 13, 2025.

Dominant language
Julia
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Tests currently fail locally for me:

End-to-end Test: Test Failed at /Users/anthony/.julia/packages/MLJBalancing/UO0Ba/test/balanced_bagging.jl:125
  Expression: report(mach) == (chosen_T = 9,)
   Evaluated: (chosen_T = 10,) == (chosen_T = 9,)

Stacktrace:
 [1] macro expansion
   @ /Applications/Julia-1.11.app/Contents/Resources/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined]
 [2] macro expansion
   @ ~/.julia/packages/MLJBalancing/UO0Ba/test/balanced_bagging.jl:125 [inlined]
 [3] macro expansion
   @ /Applications/Julia-1.11.app/Contents/Resources/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined]
 [4] top-level scope
   @ ~/.julia/packages/MLJBalancing/UO0Ba/test/balanced_bagging.jl:53
Test Summary:   | Pass  Fail  Total   Time
End-to-end Test |    6     1      7  34.3s
ERROR: LoadError: Some tests did not pass: 6 passed, 1 failed, 0 errored, 0 broken.
in expression starting at /Users/anthony/.julia/packages/MLJBalancing/UO0Ba/test/balanced_bagging.jl:51
in expression starting at /Users/anthony/.julia/packages/MLJBalancing/UO0Ba/test/runtests.jl:10
ERROR: Package MLJBalancing errored during testing
julia> versioninfo()
Julia Version 1.11.3
Commit d63adeda50d (2025-01-21 19:42 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: macOS (x86_64-apple-darwin24.0.0)
  CPU: 12 × Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, skylake)
Threads: 12 default, 0 interactive, 6 GC (on 12 virtual cores)
Environment:
  JULIA_LTS_PATH = /Applications/Julia-1.10.app/Contents/Resources/julia/bin/julia
  JULIA_PATH = /Applications/Julia-1.11.app/Contents/Resources/julia/bin/julia
  JULIA_EGLOT_PATH = /Applications/Julia-1.7.app/Contents/Resources/julia/bin/julia
  JULIA_NUM_THREADS = 12
  DYLD_LIBRARY_PATH = /usr/local/homebrew/Cellar/libomp/9.0.1/lib/
  JULIA_NIGHTLY_PATH = /Applications/Julia-1.11.app/Contents/Resources/julia/bin/julia

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.