Michaël Defferrard
Results
122
comments of
Michaël Defferrard
> I can add the code we used for reproducing our test metric. Could we do that @stefaniaebli? It doesn't matter if it's ugly. Anything is better than nothing. :)
The culprit is the named anchor, i.e., the `#sha256=...` part of the URL. The following `pyproject.toml` solves: ```toml [project] version = "0.1.0" name = "test" requires-python = "== 3.12" dependencies...