Frames White
Frames White
I've not run benchmarks. But I would assume it is much faster to hash the `pointer` than to hash the string. So it might be worth adding back in a...
@omus can you review? This should solve #127
The readme is great and contains lost of useful information about how to use the package. I think we should just run `cp(joinpath("dirname(@__DIR__)/README.md"), joinpath(@__DIR__, "src", "index.md"))` in the `docs/make.jl` and...
We made MetaTest.jl for ChainRulesTestUtils' tests but it should also be ideal for our tests here. Because it can be used to capture if tests fail and count that as...
As of a few hours ago 1.10.4 is the LTS not sure how much this breaks in the tests. I bet it does, but i hope it doesn't Will follow...
merging this without review. For the obvious reason
I was copying example and it was not compatible with anything cos it only allowed ancient versions of StatsBase etc
I am wondering on the relationship (or lack there of) between `Base.nameof` and `MMI.human_name`. Should `Base.nameof` on model instances fall back to `MMI.human_name`? It is the function i tried to...
**Is your feature request related to a problem? Please describe.** I am trying to import a SMBL file. In particular [this one](https://raw.githack.com/BioSystemsUM/MEWpy/6a5031d6b8c654e15b7b53778d7a8186ad735b23/examples/models/kinetic/chassagnole2002.xml) When I do so i get an error:...
This seems incorrect ``` >=> "a🍕b" ['a', 'U', 'b'] >=> "a平b" ['a', 's', 'b'] ```