Skip to content

Commit

Permalink
Merge pull request PSLmodels#219 from talumbau/fix_calibrate
Browse files Browse the repository at this point in the history
small change to allow calibrate.py to compile
  • Loading branch information
talumbau committed May 6, 2016
2 parents 69ab713 + d39f682 commit 2a9eb4d
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions Python/ogusa/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,15 @@ def calc_moments(**ss_output):

return model_moments

#***********************************************
#***********************************************

#OLD CODE BELOW

#***********************************************
#***********************************************




***********************************************
***********************************************

OLD CODE BELOW

***********************************************
***********************************************
calibrate_model = False

if calibrate_model:
global Nfeval, value_all, chi_params_all
Expand Down

0 comments on commit 2a9eb4d

Please sign in to comment.