I suggest we add a few pre-commit hooks that can avoid issues down the road, such as enforcing black formatting for pull requests.
Another thing for us to consider is how to implement unit tests. Fully training the neural nets seems unnecessarily expensive. The answer likely depends on how much we think this particular package will be the main entry point to the method.
I suggest we add a few pre-commit hooks that can avoid issues down the road, such as enforcing black formatting for pull requests.
Another thing for us to consider is how to implement unit tests. Fully training the neural nets seems unnecessarily expensive. The answer likely depends on how much we think this particular package will be the main entry point to the method.