scikit-hep / probfit

Cost function builder. For fitting distributions.
http://probfit.readthedocs.io/
MIT License
51 stars 30 forks source link

Tutorial does not work #86

Closed Norhk closed 6 years ago

Norhk commented 6 years ago

Pulled master and executed with python3 yields:

import probfit

ModuleNotFoundError: No module named 'probfit.costfunc'
eduardo-rodrigues commented 6 years ago

Hello @Norhk, can you try again with the head? We are trying to iron out a few things in order to make a new release - last one was a long time ago. Thanks a lot.

eduardo-rodrigues commented 6 years ago

This is fixed in the head following PR https://github.com/scikit-hep/probfit/pull/94. Note that a release will come shortly. Do give it at try … Thanks!