JuliaApproximation / QuasiArrays.jl

A package for representing quasi-arrays
MIT License
12 stars 2 forks source link

tests fail on Julia master #107

Open matthias314 opened 1 week ago

matthias314 commented 1 week ago
Test Summary:          | Pass  Fail  Error  Total   Time
AbstractQuasiArray     |   45     2     24     71  24.1s
  Convert              |    7                   7   3.6s
  QuasiArray basics    |    5                   5   0.3s
  Bounds checking      |   15                  15   0.4s
  vector indices       |    3           11     14   8.1s
  inferred axes/size   |    2                   2   0.2s
  isinteger and isreal |    2                   2   0.0s
  unary ops            |    2                   2   0.0s
  ndims and friends    |    2                   2   0.0s
  empty                |    1                   1   0.1s
  QuasiArray indexing  |    3                   3   1.6s
  Vec indexing         |    2     2      6     10   6.8s
  convert              |    1            4      5   1.7s
  copy_oftype          |                 3      3   0.9s
ERROR: LoadError: Some tests did not pass: 45 passed, 2 failed, 24 errored, 0 broken.
julia> versioninfo()
Julia Version 1.12.0-DEV.766
Commit 9d8ecaa899d (2024-06-21 17:00 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 24 × Intel(R) Xeon(R) CPU E5-2430 0 @ 2.20GHz
  WORD_SIZE: 64
  LLVM: libLLVM-17.0.6 (ORCJIT, sandybridge)
Threads: 1 default, 0 interactive, 1 GC (on 24 virtual cores)
dlfivefifty commented 6 days ago

Ah you mean Julia master.

I don't attempt to support master as its too much of moving target. I will address this once its reached a β stage