Add Gosper curve fractal implementation #17248
Annotations
10 errors
|
ruff (invalid-syntax):
fractals/gosper_curve.py#L79
fractals/gosper_curve.py:79:2: invalid-syntax: Got unexpected token `
|
|
ruff (invalid-syntax):
fractals/gosper_curve.py#L79
fractals/gosper_curve.py:79:1: invalid-syntax: Got unexpected token `
|
|
ruff (invalid-syntax):
fractals/gosper_curve.py#L76
fractals/gosper_curve.py:76:1: invalid-syntax: Expected an indented block after `if` statement
|
|
ruff (invalid-syntax):
fractals/gosper_curve.py#L75
fractals/gosper_curve.py:75:13: invalid-syntax: Expected an expression
|
|
ruff (invalid-syntax):
fractals/gosper_curve.py#L75
fractals/gosper_curve.py:75:4: invalid-syntax: Expected an expression
|
|
ruff (invalid-syntax):
fractals/gosper_curve.py#L73
fractals/gosper_curve.py:73:4: invalid-syntax: Expected a statement
|
|
ruff (invalid-syntax):
fractals/gosper_curve.py#L73
fractals/gosper_curve.py:73:3: invalid-syntax: Got unexpected token `
|
|
ruff (invalid-syntax):
fractals/gosper_curve.py#L73
fractals/gosper_curve.py:73:2: invalid-syntax: Got unexpected token `
|
|
ruff (invalid-syntax):
fractals/gosper_curve.py#L73
fractals/gosper_curve.py:73:1: invalid-syntax: Got unexpected token `
|
|
ruff (invalid-syntax):
fractals/gosper_curve.py#L25
fractals/gosper_curve.py:25:1: invalid-syntax: Expected an indented block after function definition
|