Skip to content

syntax error in _required definition #19

@dxenes1

Description

@dxenes1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions