coiled / benchmarks

BSD 3-Clause "New" or "Revised" License
28 stars 17 forks source link

pytorch optuna xfail on correct asyncio TimeoutError #1408

Closed milesgranger closed 7 months ago

milesgranger commented 7 months ago

Followup to #1318 which was catching the wrong TimeoutError, should have been asyncio.exceptions.TimeoutError.

Closes https://github.com/coiled/benchmarks/issues/1402