NeuroBench / neurobench

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

Code style optimization #191

Closed ben9809 closed 4 months ago

ben9809 commented 4 months ago

This pull request introduces the use of Black, a Python code formatter, to ensure consistent and readable code style across Neurobench project.

jasonlyik commented 4 months ago

Tests and examples run well on my end too, thanks Benedetto!