Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rkube committed Mar 2, 2020
1 parent c29216d commit 5ec14ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ worker-*
*.bp
*.c
*.o
*.a
*.so
core
test_data/
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,6 @@ cursor = db.test_analysis_1ABCDE.watch()
for change in cursor():
print(change)
print("")
```
```

Visualizers are implemented separately, see f.ex. the web-based

0 comments on commit 5ec14ad

Please sign in to comment.