SWIFTSIM / emulator

The SWIFT simulation cosmological emulator (swift-emulator)
GNU Lesser General Public License v3.0
5 stars 2 forks source link

Implementation for emulators is not consistent #14

Closed JBorrow closed 3 years ago

JBorrow commented 3 years ago

predict_values for different emulators takes different values, and returns different results, for different types of emulator. This makes programatically working with these objects difficult in practice.

JBorrow commented 3 years ago

We also can't use type hints for the emulators as they don't inherit from a global shared class, which is something we should resolve.