Skip to content
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

Attention #259

Merged
merged 5 commits into from
Oct 15, 2024
Merged

Attention #259

merged 5 commits into from
Oct 15, 2024

Conversation

mastoffel
Copy link
Collaborator

@mastoffel mastoffel commented Oct 15, 2024

  • adds attention cnp
  • fixes a bug in model retrieval

closes #220

Copy link
Contributor

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  autoemulate
  model_processing.py
  model_registry.py
  autoemulate/emulators
  __init__.py
  conditional_neural_process.py
  conditional_neural_process_attn.py
  autoemulate/emulators/neural_networks
  cnp_module_attn.py
  tests
  test_estimators.py
  test_model_registry.py
  tests/models
  test_attn_cnp.py
Project Total  

This report was generated by python-coverage-comment-action

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.26%. Comparing base (57ee46f) to head (c4c1a09).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #259      +/-   ##
==========================================
+ Coverage   93.76%   94.26%   +0.49%     
==========================================
  Files          55       58       +3     
  Lines        3097     3313     +216     
==========================================
+ Hits         2904     3123     +219     
+ Misses        193      190       -3     

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

@mastoffel mastoffel merged commit 48129e4 into main Oct 15, 2024
6 checks passed
@mastoffel mastoffel deleted the attention branch December 2, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CNP attention
2 participants