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

Rename `spatial_dimension` to `input_dimension` across codebase #350

Open damar-wicaksono opened 3 months ago

damar-wicaksono commented 3 months ago

Following Issue #345, if the new abstract property is introduced, then it would be more intuitive to also rename the property spatial_dimension[^spatial] to input_dimension.

[^spatial]: the main reason to adopt the name spatial_dimension in the first place (albeit rather unconventional to the community) was due to my involvement in maintaining the minterpy package. There the dimensionality of the polynomials is called spatial_dimension.