Skip to content

Add Gosper curve fractal implementation #17248

Add Gosper curve fractal implementation

Add Gosper curve fractal implementation #17248

Triggered via pull request March 8, 2026 20:49
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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