Skip to content

Commit

Permalink
3/23/21
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuscombe-usgs committed Mar 23, 2021
1 parent 0916994 commit 52dfbf7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
Binary file modified __pycache__/my_defaults.cpython-36.pyc
Binary file not shown.
10 changes: 0 additions & 10 deletions my_defaults.py

This file was deleted.

1 change: 1 addition & 0 deletions predict_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

try:
from my_defaults import *
print("Your session defaults loaded")
except:
from defaults import *
finally:
Expand Down
1 change: 1 addition & 0 deletions refine_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def crf_refine(label,
###===========================================================
try:
from my_defaults import *
print("Your session defaults loaded")
except:
from defaults import *
finally:
Expand Down

0 comments on commit 52dfbf7

Please sign in to comment.