brightway-lca / brightway2-data

Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
https://docs.brightway.dev/
BSD 3-Clause "New" or "Revised" License
8 stars 21 forks source link

add check_typos to IOTableBackend write function #175

Closed TimoDiepers closed 2 weeks ago

TimoDiepers commented 3 weeks ago

This adds the "check_typos" argument to the IOTableBackend. Also, the "process" argument was not passed on before.

Background: I wanted to write databases via premise, which use the IOTableBackend, and got this error:

image
codecov[bot] commented 3 weeks ago

Codecov Report

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

Please upload report for BASE (main@d1e3401). Learn more about missing BASE report.

:exclamation: Current head 802dafe differs from pull request most recent head 8b13b65

Please upload reports for the commit 8b13b65 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #175 +/- ## ======================================= Coverage ? 83.07% ======================================= Files ? 39 Lines ? 3609 Branches ? 0 ======================================= Hits ? 2998 Misses ? 611 Partials ? 0 ```

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

cmutel commented 2 weeks ago

Thanks @TimoDiepers