Skip to content

Commit

Permalink
Getting stuff to load
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 14, 2016
1 parent a38a8d4 commit ef5511c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def load_world_bank_health_n_pop():
tbl.database = get_or_create_db(db.session)
db.session.merge(tbl)
db.session.commit()
#tbl.fetch_metadata()
tbl.fetch_metadata()

defaults = {
"compare_lag": "10",
Expand Down
1 change: 1 addition & 0 deletions tests/core_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_load_examples(self):
def test_slices(self):
Slc = models.Slice
for slc in db.session.query(Slc).all():
print(slc)
self.client.get(slc.slice_url)
viz = slc.viz
self.client.get(viz.get_url())
Expand Down

0 comments on commit ef5511c

Please sign in to comment.