damar-wicaksono / uqtestfuns

A Python3 library of test functions from the uncertainty quantification community with a common interface for validation and benchmarking purposes.
https://uqtestfuns.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Issue on page /getting-started/creating-a-built-in.html #296

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

The positional argument for spatial dimension in the constructor of test functions are no longer supported; only keyword argument (i.e., spatial_dimension is accepted). Update the documentation to reflect this.

damar-wicaksono commented 1 year ago

This issue has been fixed by PR #297.