Skip to content

Fix of issue #74

Schreiber, Janina (FWU) - 151806 requested to merge issue_74 into dev

in minterpy.core.utils _get_poly()

replaced return ceil(norms.max()) with return ceil(np.max(norms))

Merge request reports

Loading