File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -118,4 +118,5 @@ venv.bak/
118
118
.devcontainer /
119
119
* .ipynb
120
120
* .rdb
121
- /protobuf *
121
+ /protobuf *
122
+ .DS_Store
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ def get_atomic_ids_from_coords(
161
161
local_sv_ids ,
162
162
time_stamp = parent_ts ,
163
163
stop_layer = parent_id_layer ,
164
+ fail_to_zero = True
164
165
)
165
166
166
167
local_parent_seg = fastremap .remap (
Original file line number Diff line number Diff line change 5
5
HOME = os .path .expanduser ('~' )
6
6
7
7
# Setting environment wide credential path
8
- os .environ ["GOOGLE_APPLICATION_CREDENTIALS" ] = \
9
- HOME + "/.cloudvolume/secrets/google-secret.json"
8
+ # os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = \
9
+ # HOME + "/.cloudvolume/secrets/google-secret.json"
10
10
11
11
12
12
class FlaskLogDatabase (object ):
You can’t perform that action at this time.
0 commit comments