Add 3.9 to the list of supported Python versions in the README.md
Any other changes required in the code that may show up during testing
One issue I faced with copula==0.6 is that percent_point only supports 1d arrays which consequently makes some unittests in GaussianCopulaProcessMetaModel fail.
The changes involved are:
setup.py
python specificationscopula
to the latest versiontox.ini
.github/workflows/tests.yml
One issue I faced with
copula==0.6
is thatpercent_point
only supports 1d arrays which consequently makes some unittests inGaussianCopulaProcessMetaModel
fail.