Skip to content

Commit fadd827

Browse files
authored
Merge pull request #262 from AllenInstitute/develop
Develop
2 parents c6af0d8 + 7ce19d5 commit fadd827

20 files changed

Lines changed: 1784 additions & 381 deletions

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ nosetests.xml
4545
coverage.xml
4646
*.cover
4747
.hypothesis/
48+
test-reports/
4849

4950
# Translations
5051
*.mo
@@ -102,4 +103,7 @@ ENV/
102103

103104
.vscode
104105

105-
.DS_Store
106+
.DS_Store
107+
108+
test-reports/
109+

asap/dataimport/make_montage_scapes_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def run(self):
237237
# import tilespecs to render
238238
self.render.run(renderapi.client.import_jsonfiles_parallel,
239239
self.output_stack,
240-
jsonfiles)
240+
jsonfiles, close_stack=False)
241241

242242
if self.close_stack:
243243
# set stack state to complete

0 commit comments

Comments
 (0)