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

Parameter tests failing #69

Closed cmutel closed 4 years ago

cmutel commented 4 years ago

See CI log.

@dgdekoning Can you look at this? I guess it is fixed on your machine.

dgdekoning commented 4 years ago

Its caused by commit 90e8eb7 which generates a random uuid for the dummy name.

Looks like it failed the same way on the bitbucket pipelines

Perhaps alter the name assertion tests to check for the '_dummy' string at the start of the name instead?

assert a.name.startswith("__dummy_")