softboiler / boilercv

Computer vision routines suitable for nucleate pool boiling bubble analysis
https://softboiler.org/boilercv/
MIT License
0 stars 2 forks source link

Fix `reportInvalidTypeVarUse` bug since `pyright 1.1.369`/`pylance 2024.7.1` #232

Closed blakeNaccarato closed 3 weeks ago

blakeNaccarato commented 3 months ago

Please check that this bug hasn't been reported before

Please confirm that this bug affects the latest version

Please indicate which operating system(s) you are using

Expected behavior

Should see correct TypeVar variance.

Current behaviour

We don't.

Steps to reproduce

Remove the ignore comments at the top of affected files.

Possible solution

Look into properly typing these, or seeing if there's a regression in the latest release.