alan-turing-institute / mogp-emulator

Package for fitting Gaussian Process Emulators to multiple output computer simulation results.
MIT License
47 stars 14 forks source link

Fix/update demos #238

Closed edaub closed 2 years ago

edaub commented 2 years ago

Merge changes in #236 into devel.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 26.41509% with 39 lines in your changes missing coverage. Please review.

Project coverage is 76.84%. Comparing base (d464268) to head (8f2be97). Report is 12 commits behind head on devel.

Files with missing lines Patch % Lines
mogp_emulator/demos/projectile.py 0.00% 9 Missing :warning:
mogp_emulator/demos/excalibur_workshop_demo.py 0.00% 8 Missing :warning:
mogp_emulator/demos/multioutput_tutorial.py 0.00% 7 Missing :warning:
mogp_emulator/demos/gp_demos.py 0.00% 5 Missing :warning:
mogp_emulator/demos/gp_kernel_demos.py 0.00% 4 Missing :warning:
mogp_emulator/tests/test_GaussianProcess.py 63.63% 4 Missing :warning:
mogp_emulator/demos/tutorial.py 0.00% 1 Missing :warning:
setup.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #238 +/- ## ========================================== - Coverage 76.89% 76.84% -0.05% ========================================== Files 55 55 Lines 9454 9477 +23 ========================================== + Hits 7270 7283 +13 - Misses 2184 2194 +10 ```

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