-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network refactor #40
Network refactor #40
Conversation
…it generous error bars
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #40 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 5 -1
Lines 546 475 -71
=========================================
- Hits 546 475 -71 ☔ View full report in Codecov by Sentry. |
Think I accidentally pulled changes from the branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed the BMD changes -- please squash and merge @yallup
Description
Removes the torch dependency and all network code (now exists elsewhere to be joined up in the future)
No additional fitting dependencies introduced.
Also a couple of small changes to the README from running the suggested pre-commit commands (calling
black .
starts churning through everything in a venv environment if built in directory)Checklist:
black . --check
)isort . --profile black --filter-files
)pydocstyle --convention=numpy lsbi
)python -m pytest
)