-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update examples for v2 #167
Comments
Update to use logging see logging from multiple modules See #192 |
Currently, None of the examples use logging. |
They are not... they need some attention. I should be able to get them in Scott On Tue, May 24, 2016 at 1:27 PM, Lindley Graham [email protected]
|
In sample.py the method check_num() checks that input_set._jacobian.shape[0] == input_set.shape._values.shape[0] But in my examples I do not have the jacobians at every samples, so How should we fix this? Maybe jacobians shouldn't be checked here. Maybe I guess for now I will just set _jocobians to None at this step since I Scott On Tue, May 24, 2016 at 3:55 PM, Scott Walsh [email protected] wrote:
|
If I remember correctly you only have Jacobians at the center of point clusters. What about returning a sample set that only has the values for centers since you create and need the Jacobians at all the centers? Or if a full sample set is not needed and only the indices of the optimal QoI then how about returning just the indices?
|
Apparently examples are no longer up to date and need to be rechecked. |
@eecsu can you submit a pull-request with the examples that you've updated? If I recall correctly you've made significant changes which haven't been pulled in yet. |
Note that recent pull-requests have affected examples. |
Yeah, I am working with Pilosov on these. He is getting the hang of BET On Tue, Jun 21, 2016 at 1:46 PM, Lindley Graham [email protected]
|
Sounds great. Thanks for the update!
|
I have updated the documentation for the linear, nonlinear, validation, and both FEniCS examples. For the examples others wrote, they may want to update in a similar style that breaks down according to steps like how I did it. On the gh-pages, if you access an example through the "List of all examples" on the side panel, then this creates a table of contents for easy navigation through the steps. |
This task include updating the *.rst files. I need to update these for some of the examples I have written. @smattis can you check the associated *.rst files for the contaminant transport example? |
@lcgraham did you look over the changes to the ADCIRC from file documentation that I changed? I tried to make at least the first set of examples consistent with the format of outlining the steps we are doing in the basic algorithm of solving a stochastic inverse problem. The examples themselves were updated slightly with visualization of domains showing up in the first set of scripts (which allowed me to remove the documentation that just focused on the documentation since it was basically absorbed into these files). @scottw13 still needs to provide documentation for the sensitivity examples. I can probably take a first stab at it and have him look it over to make sure I am understanding everything correctly. Probably a good exercise for me to go through his examples more carefully anyway. |
Troy if you want to take a first stab at these that's fine by me. Let me Scott On Thu, Jun 30, 2016 at 10:58 AM, Troy Butler [email protected]
|
@eecsu I really like what you did with teh first set of ADCIRC examples. So On Thu, Jun 30, 2016 at 1:00 PM Scott Walsh [email protected]
Lindley Graham, Ph.D. 2015 |
No description provided.
The text was updated successfully, but these errors were encountered: