aiplan4eu / unified-planning

The AIPlan4EU Unified Planning Library
Apache License 2.0
181 stars 39 forks source link

Fix new typing errors #580

Closed Framba-Luca closed 6 months ago

Framba-Luca commented 6 months ago

This PR adds some type: ignore to ignore the typing problems that appear in the up.model.delta_stn.py file after the usage of an updated version of mypy in the CI

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.13%. Comparing base (b6f716b) to head (bd60179).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #580 +/- ## ======================================= Coverage 85.13% 85.13% ======================================= Files 201 201 Lines 26989 26989 ======================================= Hits 22977 22977 Misses 4012 4012 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mikand commented 6 months ago

I found a simpler solution in #582