liesel-devs / liesel

A probabilistic programming framework
https://liesel-project.org
MIT License
40 stars 2 forks source link

Expose sampling results #138

Closed jobrachem closed 11 months ago

jobrachem commented 11 months ago

The class liesel.goose.engine.SamplingResults was not being exported, which annoyed me whenever I wanted to load results from a pickled file via SamplingResults.pkl_load().

It is now exported via liesel.goose, which means it can be used as gs.SamplingResults.

jobrachem commented 11 months ago

@GianmarcoCallegher I have another microscopic PR for review 😇

GianmarcoCallegher commented 11 months ago

@GianmarcoCallegher I have another microscopic PR for review 😇

No worries