Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmason42 committed Jun 11, 2018
1 parent c79520c commit 1208b96
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions validate_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

'''
Validates the dynamical viability of a set of estimated parameter values. Call
pattern:
python validate_model.py <output directory>
'''

from __future__ import division

import os.path as pa
Expand Down
11 changes: 11 additions & 0 deletions validate_single.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

'''
Validates the dynamical viability of a single set of estimated parameter
values. Call pattern:
python validate_simply.py parameters_to_validate.npy
This file should have behavior consistent with validate_model.py, but no
guarantees.
'''
from __future__ import division

import sys
Expand Down

0 comments on commit 1208b96

Please sign in to comment.