tngTUDOR

Results 18 comments of tngTUDOR

I also think that projects from github is better than filing issues.

In terms of sw quality, we could require that static analysis such as bandit https://github.com/PyCQA/bandit are done as part of the Cont. Integration.

This seems to have been fixed for legacy, but I can reproduce the error with bw25: ``` In [1]: import bw2data as bd In [2]: import bw2io as bi In...

## As of bw2io version `0.9.DEV26`, ### Importing ei 3.10 with ecoinvent_interface ✅ This **works** for both, legacy and bw25. For the "legacy" bw2 io, you need to make sure...

@cjq-sdu , indeed if you don't have a valid username + password to access the ecoinvent website, you cannot use the `ecoinvent_interface` . Currently, `ecoinvent_inteface` verifies first that a valid...

@raphaeljolivet , the PR was merged. Do you think we can close this issue?

@Shima-Fa can you provide the outputs of the `db.apply_strategies()` part of your code to provide more context?

The test fails because when testing, there is no "biosphere3" database. The fixture must be self-sufficient

The best would be to create a fixture to populate a project with only the required data (biosphere3 db with the flows referenced in the restored bwpackage ...). I remember...