CosmologicalEmulators / Capse.jl

MIT License
4 stars 2 forks source link

New loader #18

Closed marcobonici closed 11 months ago

marcobonici commented 1 year ago

As Marius suggested, we can have a better initialization method. Namely, something like

using Capse
cl_tt = Capse.load_emulator("/path/to/folder", emulator_backend=SimpleChainsEmulator)

This should improve the user experience, as a single line is required to load the emulator.