NeuroBench / neurobench

Benchmark harness and baseline results for the NeuroBench algorithm track.
https://neurobench.readthedocs.io
Apache License 2.0
47 stars 12 forks source link

Poetry Lock seems to have some git merging artifacts which makes it unreadable. #172

Closed Maxtimer97 closed 6 months ago

Maxtimer97 commented 6 months ago

https://github.com/NeuroBench/neurobench/blob/375e67cbfa7a7ccae919d2cd8e86b85645a555c9/poetry.lock#L2729C1-L2749C12

Maxtimer97 commented 6 months ago

Additionally, poetry.toml references README.md instead of the current README.rst, which create the following issue: The current project could not be installed: [Errno 2] No such file or directory: '...\\neurobench\\README.md' (https://github.com/NeuroBench/neurobench/blob/375e67cbfa7a7ccae919d2cd8e86b85645a555c9/pyproject.toml#L6C1-L6C21)

V0XNIHILI commented 6 months ago

@Maxtimer97 I fixed the issue with the README in the pyproject.toml file in #173.

jasonlyik commented 6 months ago

Looks like the README issue is fixed but there is still the merge artifacts which mess up the poetry.lock, not cleared yet

jasonlyik commented 6 months ago

Fixed e275f5c299cdb2ffd9f96c8d97565be816970615