We should add tests for places where we raise errors.
For example these things were encountered recently:
- missed that the python bindings didn't pass NULL for param_source for constant sparse left matmul
- missed that we would sometimes register constant parameters (when we probably shouldn't)
- maybe others?
I think its good practice to have this so that we can ensure more test coverage.
We should add tests for places where we raise errors.
For example these things were encountered recently:
I think its good practice to have this so that we can ensure more test coverage.