Skip to content

Commit

Permalink
tons of cleanup, documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmason42 committed Jun 11, 2018
1 parent db98e92 commit c79520c
Show file tree
Hide file tree
Showing 22 changed files with 336 additions and 469 deletions.
9 changes: 9 additions & 0 deletions bounds.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

'''
Defines the parameter value bounds. Only used in 'parsimonious' perturbation.
See optimize.py for the 'naive' bounds.
TODO: move 'naive' bounds to this file or another file
'''

from __future__ import division

import numpy as np
Expand Down
6 changes: 6 additions & 0 deletions constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

'''
Various constants used in the optimization or elsewhere.
'''

import numpy as np

RT = 0.6 # kcal/mol - dependent on temperature
Expand Down
7 changes: 7 additions & 0 deletions data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

'''
Defines the datatypes that will be loaded, and loads them into a 'knowledge
base' object (kb).
'''

from __future__ import division

import os
Expand Down
88 changes: 0 additions & 88 deletions determinacy.py

This file was deleted.

66 changes: 0 additions & 66 deletions distribution_shift.py

This file was deleted.

Loading

0 comments on commit c79520c

Please sign in to comment.