patbat / khuri

Khuri-Treiman equations / dispersion relations
GNU General Public License v3.0
1 stars 0 forks source link

default argument(s) in omnes function #5

Closed patbat closed 5 years ago

patbat commented 5 years ago

The constructor of the Omnes function takes as an default argument settings for a gsl integration routine. Translate this behavior via pybind11 into python, such that user do not need to care about this settings, which is rarely important.

Moreover, the constructor takes an argument minimal_distance. One should provide a default value for this, for it is also rarely important to end users.