Skip to content

Commit

Permalink
Merge pull request #305 from AdityaSavara/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AdityaSavara authored Aug 5, 2022
2 parents f233ac3 + 4e9d457 commit 7fbd1a2
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 50 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Examples/Example07/runfile_Example07a.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

UserInput.model['simulateByInputParametersOnlyFunction'] = processing_function_two_response.split_to_separated_lists #This must simulate with *only* the parameters listed above, and no other arguments.

UserInput.simulated_response_plot_settings['figure_name'] = 'Posterior_Example_two_response' #This creates the filename, also.
#UserInput.simulated_response_plot_settings['figure_name'] = 'Posterior_Example_two_response' #This would change the filename prefix.



Expand Down
154 changes: 105 additions & 49 deletions PEUQSE/InverseProblem.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
EMAIL = '[email protected]' #Eric A. Walker is a co-author and can be reached at WALKER, ERIC <[email protected]>
AUTHOR = 'Aditya Savara'
REQUIRES_PYTHON = '>=3.5.0'

VERSION = '1.1.10'

LICENSE = 'BSD-3-Clause'

# What packages are required for this module to be executed?
Expand Down

0 comments on commit 7fbd1a2

Please sign in to comment.