-
Notifications
You must be signed in to change notification settings - Fork 27
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
Full Integration Tests #295
base: dev
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,70 @@ | |||
import easyvvuq as uq | |||
import chaospy as cp | |||
import os |
Check notice
Code scanning / CodeQL
Unused import Note test
import easyvvuq as uq | ||
import chaospy as cp | ||
import os | ||
import sys |
Check notice
Code scanning / CodeQL
Unused import Note test
campaign.add_app(name='test_app', | ||
params=params, | ||
encoder=encoder, | ||
decoder=decoder) |
Check failure
Code scanning / CodeQL
Wrong name for an argument in a call Error test
method Campaign.add_app
Keyword argument 'decoder' is not a supported parameter name of
method Campaign.add_app
campaign.apply_for_each_run_dir(actions) | ||
campaign.collate() | ||
df = campaign.get_collation_result() | ||
result = analysis.analyse(df) |
Check notice
Code scanning / CodeQL
Unused local variable Note test
This is meant to be a test to replace test_integration.py. It will test every sensible combination of easyvvuq components in one go.