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

Reorganize all Franke test functions inside a single module #191

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

It may make more sense to put all (six) Franke test functions inside a single module to avoid duplication on the probabilistic input specification. All input specifications for each test function are identical.

While we're at it, implement the rest of the Franke test functions:

damar-wicaksono commented 1 year ago

This issue has been resolved by a series of PR's (#185, #190, #188, #198, #199, #200).