Skip to content

Commit

Permalink
Major refactoring to simplify specification of common experiments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchodera committed Apr 28, 2016
1 parent bb05100 commit 8e6f35e
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 433 deletions.
2 changes: 1 addition & 1 deletion AssayTools/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, solutions, wells, receptor_name, ligand_names,
self.solutions = solutions
self.wells = wells
self.receptor_name = receptor_name
self.ligand_names = ligand_names
self.ligand_names = list(ligand_names)

# Create the PyMC model
model = dict()
Expand Down
Loading

0 comments on commit 8e6f35e

Please sign in to comment.