Fix Issue #102: Use the proper default value for `interpolate()`
- Due to changes introduced by MR !64 (merged), the default value of
lp_degree
offrom_degree()
constructor of theMultiIndexSet
class is no longerNone
but the value stored in the global setting module. The default value oflp_degree
in the high-level functioninterpolate()
now conforms with the new default.
This MR should resolve Issue #102 (closed).