Skip to content

Commit

Permalink
Implemented tool GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jan 22, 2021
1 parent f3db67c commit a3c3bab
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 345 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
__pycache__/
*.py[cod]
*$py.class
examples/results/
testing/

# C extensions
*.so
Expand Down
2 changes: 1 addition & 1 deletion examples/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"outputs": [],
"source": [
"whiteboxgui.show(verbose=True)"
"whiteboxgui.show(verbose=True, reset=False)"
]
}
],
Expand Down
Loading

0 comments on commit a3c3bab

Please sign in to comment.