maciej-bendkowski / boltzmann-brain

Analytic sampler compiler for combinatorial systems
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Seamless integration of Boltzmann brain and paganini #5

Closed maciej-bendkowski closed 6 years ago

maciej-bendkowski commented 6 years ago

The current user experience of using bb with paganini is not ideal. Users should not have to run paganini manually. Instead, bb should be able to invoke paganini for the user. This enhancement involves also a few minor improvements. For instance, bb has to call and pipe paganini's input and output. Moreover, additional logging on bb's side would also be a pleasant feature enhancing the overall user experience.

maciej-bendkowski commented 6 years ago

Commit 4eda2d3519bb713a258990d943f47e380ea22997 provides the requested functionality.