-
Notifications
You must be signed in to change notification settings - Fork 34
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
Create a functional testing module with tests for all methods #1294
Labels
Comments
A class should contain a method that returns the results in dict format. Until the new diagnostics module is implemented, we could start with
|
DavAug
added a commit
that referenced
this issue
Feb 16, 2021
Draft
DavAug
added a commit
that referenced
this issue
Feb 16, 2021
fcooper8472
added a commit
that referenced
this issue
Mar 16, 2021
Defer creation of toy problem to class; define function for specific method
fcooper8472
added a commit
that referenced
this issue
Mar 16, 2021
@MichaelClerx @ben18785 does this look about right? |
It does! Thanks Ferguz
…On Tue, Mar 16, 2021 at 10:11 AM Fergus Cooper ***@***.***> wrote:
@MichaelClerx <https://github.com/MichaelClerx> @ben18785
<https://github.com/ben18785> does this look about right?
1225905
<1225905>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1294 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCILKCBMG3YXJTKKKXKEBLTD4VEHANCNFSM4XWFMMGQ>
.
|
Perfect! I'm thinking |
MichaelClerx
changed the title
Create a functional testing module with a module for the HarrioBardenerACMC tests
Create a functional testing module with tests for all methods
Aug 11, 2021
Related, for optimisers: |
11 tasks
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The module will contain the functional tests in pints, e.g. one file for each sampler and each optimiser. We start with the HarrioBardenerACMC.
The text was updated successfully, but these errors were encountered: