Loop3D / map2loop

MIT License
11 stars 10 forks source link

[Bug] - CI failing due to GA server time out #119

Open lachlangrose opened 3 months ago

lachlangrose commented 3 months ago

Version

3.1.x

Bug Description

test suite calls GA server which can sometimes time out

Minimal reproducible example

pytest .

Expected Behavior

Results from GA call should be cached and passed to the test using a pytest fixture, so m2l test will only test the algorithm not the GA server uptime.

Actual Behavior

m2l calls ga server

Additional Context

No response

Environment

all

Severity