Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/KarrLab/datanator
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Jan 31, 2019
2 parents eee2811 + 842ab18 commit 2813efa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 275 deletions.
10 changes: 5 additions & 5 deletions datanator/data_source/ecmdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import warnings
import zipfile

#debugging
import pprint
# #debugging
# import pprint

Base = sqlalchemy.ext.declarative.declarative_base()
# :obj:`Base`: base model for local sqlite database
Expand Down Expand Up @@ -370,9 +370,9 @@ def load_content(self):

compound.concentrations.append(concentration)
#debugging
print('compound.references')
compound.concentrations.prettyprint()
print('')
# print('compound.references')
# compound.concentrations.prettyprint()
# print('')
#///

# cross references
Expand Down
235 changes: 0 additions & 235 deletions tests/data_source/test_ymdb.py

This file was deleted.

35 changes: 0 additions & 35 deletions tests/data_source/test_ymdb.py.bak

This file was deleted.

0 comments on commit 2813efa

Please sign in to comment.