rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
262 stars 38 forks source link

Add tests and fix rand(MersenneTwister, dims) #730

Closed felixcremer closed 2 weeks ago

felixcremer commented 2 weeks ago

This is to add some tests and I fixed the rand with an RNG but without the type information. I will continue adding to this this morning, but I wanted to already run it on CI.

felixcremer commented 2 weeks ago

This is good to go, I worked on the other branches rather than these tests.