materialsproject / emmet

Be a master builder of databases of material properties. Avoid the Kragle.
https://materialsproject.github.io/emmet/
Other
53 stars 66 forks source link

Update typing in EmmetSettings #1094

Closed tsmathis closed 3 weeks ago

tsmathis commented 3 weeks ago

pydantic plus python 3.10 did not like dict type annotations, switched to Dict

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 72.66%. Comparing base (436566d) to head (cf2e84f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1094 +/- ## ======================================= Coverage 72.66% 72.66% ======================================= Files 77 77 Lines 5015 5015 ======================================= Hits 3644 3644 Misses 1371 1371 ```

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

tsmathis commented 3 weeks ago

superseded by #1095