You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In discussions with @DavAug@rcw5890@MichaelClerx@fcooper8472 we decided to implement functional testing functionality in the main PINTS repo in the following way:
have a functional_testing folder
in its __init__.py file create functions for each toy problem which takes as inputs: the sampling method, optional hyperparameters, optional # of iterations, optional # of chains
within the folder, each sampler has its own .py file which contains test_* methods for each of the toy problems.
these test_* methods would be discoverable in automated fashion
The text was updated successfully, but these errors were encountered:
In discussions with @DavAug @rcw5890 @MichaelClerx @fcooper8472 we decided to implement functional testing functionality in the main PINTS repo in the following way:
functional_testing
folder__init__.py
file create functions for each toy problem which takes as inputs: the sampling method, optional hyperparameters, optional # of iterations, optional # of chains.py
file which containstest_*
methods for each of the toy problems.test_*
methods would be discoverable in automated fashionThe text was updated successfully, but these errors were encountered: