alan-turing-institute / autoemulate

emulate simulations easily
MIT License
15 stars 1 forks source link

Add RBF module #180

Closed bryanlimy closed 4 months ago

bryanlimy commented 4 months ago

address https://github.com/alan-turing-institute/autoemulate/issues/165 and https://github.com/alan-turing-institute/autoemulate/issues/160

github-actions[bot] commented 4 months ago

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  autoemulate
  compare.py
  cross_validate.py
  model_processing.py
  autoemulate/emulators
  neural_net_torch.py
  autoemulate/emulators/neural_networks
  base.py 28
  get_module.py
  mlp.py
  rbf.py 16, 20, 24, 28, 32, 36, 112-133, 137-168, 192-201, 222-252, 257, 262, 267, 297-314, 318-340, 343
  tests
  test_emulators.py
  test_torch.py
Project Total  

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

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 70.66667% with 66 lines in your changes are missing coverage. Please review.

Project coverage is 88.43%. Comparing base (b31c26c) to head (178b1a5). Report is 2 commits behind head on main.

Files Patch % Lines
autoemulate/emulators/neural_networks/rbf.py 32.98% 65 Missing :warning:
autoemulate/emulators/neural_networks/base.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #180 +/- ## ========================================== - Coverage 90.23% 88.43% -1.81% ========================================== Files 42 44 +2 Lines 1925 2066 +141 ========================================== + Hits 1737 1827 +90 - Misses 188 239 +51 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.