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

add attribute toclass gKDR for obtaining the eigenvalues #251

Closed yyimingucl closed 1 year ago

yyimingucl commented 1 year ago

One line change

Add attribute to the gKDR class for obtaining the eigenvalues.

codecov-commenter commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.78%. Comparing base (e56d167) to head (5fd4a80). Report is 4 commits behind head on devel.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #251 +/- ## ======================================= Coverage 76.77% 76.78% ======================================= Files 55 55 Lines 9491 9492 +1 ======================================= + Hits 7287 7288 +1 Misses 2204 2204 ```

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

ots22 commented 1 year ago

Thanks @yyimingucl, merged into devel