-
Notifications
You must be signed in to change notification settings - Fork 13
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Samping via FabSim #140
Comments
I'm checking it out now |
@djgroen This works for my purpose. There were some errors in the https://github.com/wedeling/FabUQCampaign/blob/master/examples/ocean_2D_paper/fabsim3_cmd_api.py This file works with FabUQCampaign. To submit a job I use
Here
|
@wedeling Thanks a lot! I've updated the script in the FabSim3 repo as well now with your changes :). I leave this ticket open because we need to add documentation still :). |
@djgroen btw, do you think we should include this in the EasyVVUQ paper already? I think it probably should be, as the source code I use will be made available as well |
@wedeling Yes, I am in full favour of that :). |
Brief documentation in in place here: https://github.com/djgroen/FabSim3/blob/master/doc/CreateAutomationScripts.md |
This is a continuation of UCL-CCS/EasyVVUQ#127
@wedeling I have now developed a first API version, that can either be imported through $pythonpath or just inserted directly into a code base.
You can find the code here:
https://github.com/djgroen/FabSim3/blob/master/lib/fabsim3_cmd_api.py
It's part of commit 369d3c5.
Does this approach work for your purposes? And if so, are there any other specific functions you would like me to add to it?
The text was updated successfully, but these errors were encountered: