Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functional testing structure #13

Open
ben18785 opened this issue Mar 2, 2021 · 0 comments
Open

Functional testing structure #13

ben18785 opened this issue Mar 2, 2021 · 0 comments

Comments

@ben18785
Copy link

ben18785 commented Mar 2, 2021

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
@MichaelClerx MichaelClerx mentioned this issue Nov 7, 2023
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

1 participant