Skip to content

Commit

Permalink
concat all models
Browse files Browse the repository at this point in the history
  • Loading branch information
anne-urai committed Feb 18, 2019
1 parent 16c9e1b commit 5e307cd
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 4,109 deletions.
2 changes: 1 addition & 1 deletion fitHDDM.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def bic(self):

print("%s, %s"%(mypath, models[vx]))
# average model comparison values across chains
if os.path.exists(os.path.join(mypath, models[vx], 'modelfit-combined.model')) and os.path.exists(os.path.join(mypath, models[vx], 'model_comparison_md0.csv')):
if os.path.exists(os.path.join(mypath, models[vx], 'model_comparison_md0.csv')):
print('concatenating')

nchains = 30
Expand Down
Loading

0 comments on commit 5e307cd

Please sign in to comment.