Skip to content

Commit

Permalink
enable data-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
amatissart committed Aug 13, 2019
1 parent 12c1691 commit 5744586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ def run_explorer(ctx, cosmogony_file_name="cosmogony.json", restart_tiles=False)
if restart_tiles:
ctx.run("docker-compose restart tiles", pty=True)

## TODO Update cosmogony-data-dashboard to handle .jsonl.gz format
# generate_data_dashboard(ctx, cosmogony_file_name)
generate_data_dashboard(ctx, cosmogony_file_name)

def _get_docker_compose():
return os.environ.get("COMPOSE_FILE", "docker-compose.yml")
Expand Down

0 comments on commit 5744586

Please sign in to comment.