Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax error in _required definition #19

Open
dxenes1 opened this issue Nov 4, 2019 · 0 comments
Open

syntax error in _required definition #19

dxenes1 opened this issue Nov 4, 2019 · 0 comments

Comments

@dxenes1
Copy link

dxenes1 commented Nov 4, 2019

Hi, I am suddenly getting a syntax error when I'm running an FFN inference script with the latest build. I think it originated from this commit: 3608a17

Here is the traceback:

[2019-11-02 16:06:06,460] {docker_operator.py:244} INFO - Traceback (most recent call last):
  File "run_inference.py", line 31, in <module>
    from ffn.inference import inference
  File "/ffn/ffn/inference/inference.py", line 38, in <module>
[2019-11-02 16:06:06,460] {docker_operator.py:244} INFO - from . import align
  File "/ffn/ffn/inference/align.py", line 22, in <module>
    from ..utils import bounding_box
  File "/ffn/ffn/utils/bounding_box.py", line 192
    def _required(bbox: Optional[BoundingBox]) -> BoundingBox:
                      ^
SyntaxError: invalid syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant