Skip to content

Commit

Permalink
Add command for uploading new matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
acmiyaguchi committed Dec 6, 2019
1 parent 5c3dd24 commit 1da95f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,7 @@ done

for i in {0..6}; do scripts/run-command subgraph pageview --artifact-path sample_data/trial_$i; done
```

```bash
gsutil -m rsync -d -r data/design_matrix gs://wiki-forecast-data/design_matrix
```

0 comments on commit 1da95f6

Please sign in to comment.