David Coster
David Coster
Should we be getting 1754 warnings when running the non-regression tests manually? I get ===== 2 failed, 154 passed, 1 skipped, 1754 warnings in 328.85s (0:05:28) ====== [tests_2023-02-22.log](https://github.com/UCL-CCS/EasyVVUQ/files/10802529/tests_2023-02-22.log)
When running the non-regression tests manually, I get the following: > assert(os.path.isfile(os.path.join(tmpdir, 'namoptions.001'))) E AssertionError: assert False E + where False = ('/private/var/folders/mp/0nb6p8r96hg3157l6qwtf418000ctx/T/pytest-of-dpc/pytest-2/test_jinjaencoder1/namoptions.001') E + where = .isfile E +...
When running the non-regression tests manually, I get the following: # check if sampler.check_LEC worked > assert (analysis.p_j == np.array([2, 2, 1, 1, 1, 2, 1, 2, 2, 2, 2,...
Do we document anywhere the availability of https://ucl-ccs.github.io/EasyVVUQ/easyvvuq.html which seems to be a more developer-centric version of the documentation?
According to pypi, EasyVVUQ was last updated (to 1.2) on March 28, 2023. It seems as the two releases by @djgroen did not go through, though the March 2023 by...
It is probably time to move from setup.py to pyproject.toml ``` !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details....
I am seeing messages like [/Volumes/UserData/dpc/GIT/EasyVVUQ/env/lib/python3.12/site-packages/chaospy/__init__.py:9](http://localhost:8889/Volumes/UserData/dpc/GIT/EasyVVUQ/env/lib/python3.12/site-packages/chaospy/__init__.py#line=8): UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this...