Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions hastelib/src/hastegeo/core/data_layer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
import sys

sys.path.append(os.path.dirname(__file__))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Joaquín Rivero (@jQuinRivero) Do you recall what the purpose of this import was? I'm a little concerned if this is something that allows local docker execution to work? or some hack to allow it to work on the batch node, and we'll inadvertently break something? I can also dig - just wondering if anyone already knows the answer.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was for local execution, needs to be validated.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Meygha Machado (@mgmachado) and Anthony Cintron (@prbatero) , thank you for bringing this up. I will review it, because there's a reason for sure on this. The main hurdle when working on the local runner was how paths differed on the local environment, so this must be part of that. I will review it more thoroughly and get back to you.

4 changes: 0 additions & 4 deletions hastelib/src/hastegeo/core/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
import sys

sys.path.append(os.path.dirname(__file__))
4 changes: 0 additions & 4 deletions hastelib/src/hastegeo/core/processors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
import sys

sys.path.append(os.path.dirname(__file__))
4 changes: 0 additions & 4 deletions hastelib/src/hastegeo/core/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import os
import sys

sys.path.append(os.path.dirname(__file__))
Loading
Loading