Skip to content

Use np array as weights in `BasisProjectionOperator`

Valentin Carlier requested to merge solve_issue_218 into devel

Solve issue #218 (closed) :

Enable the use of np.ndarray to prescribe the weights in BasisprojectionOperator and create a test to compare with the case where the weights are given with callable.

Merge request reports