-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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_testingfolder - in its
__init__.pyfile 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
.pyfile which containstest_*methods for each of the toy problems. - these
test_*methods would be discoverable in automated fashion
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To do