Skip to content
Snippets Groups Projects
Commit 1908693e authored by Christoph Groth's avatar Christoph Groth
Browse files

fix confusing warning about deprecated argument grid_spacing

The warning used to be emitted from build_discretized().  Whenever
discretize(), another API function that internally calls
build_discreitzed() would be called with the deprecated argument, a
warning would appear for a line in the code of discretize().

This has been fixed by factoring out the check, and calling it from both
functions.
parent e6324e0b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment