Skip to content

New input layer #397

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

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

New input layer #397

wants to merge 17 commits into from

Conversation

tsmbland
Copy link
Collaborator

@tsmbland tsmbland commented Jul 3, 2024

Description

Development branch for the new input layer. Very far from being finished, but opening this up as a PR just to make it easier to keep up to date with develop

Fixes # (issue)

Type of change

Please add a line in the relevant section of
CHANGELOG.md to
document the change (include PR #) - note reverse order of PR #s.

  • New feature (non-breaking change which adds functionality)
  • Optimization (non-breaking, back-end change that speeds up the code)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (whatever its nature)

Key checklist

  • All tests pass: $ python -m pytest
  • The documentation builds and looks OK: $ python -m sphinx -b html docs docs/build

Further checks

  • Code is commented, particularly in hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

@tsmbland tsmbland changed the title New data input New input layer Jul 3, 2024
Copy link

codecov bot commented Jul 3, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 71.30%. Comparing base (0f1f518) to head (f5bec10).

Files Patch % Lines
src/muse/examples.py 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #397      +/-   ##
===========================================
+ Coverage    71.28%   71.30%   +0.02%     
===========================================
  Files           44       44              
  Lines         5885     5890       +5     
  Branches      1154     1155       +1     
===========================================
+ Hits          4195     4200       +5     
  Misses        1369     1369              
  Partials       321      321              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tsmbland tsmbland changed the base branch from develop to main October 17, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants