Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit process (BG activity) not finding the correct amount #38

Open
zann2011 opened this issue Nov 20, 2023 · 1 comment
Open

Unit process (BG activity) not finding the correct amount #38

zann2011 opened this issue Nov 20, 2023 · 1 comment

Comments

@zann2011
Copy link

When I tried to search for a 'market for electricity' activity:

electricity = agb.findTechAct("electricity, medium*","FR")

It return only 1 result:

market for electricity, medium voltage[FR] (0.004152 kilowatt hour)

Not the unitary amount. When checking in Activity browser, this activity has the right output amount (1 kWh) and it calls another activity with the exact same name but in a quantity: 0.004152 kWh. Thus it seems there is a confusion in the output flow when this activity is called with agb.findTechAct.

@simb-sdu
Copy link

simb-sdu commented Nov 21, 2023

I am not sure if the findtechact needs the exact text. Because that coult explain why you do not get the "market for elextricity" because you searh actually for something else? i.e. the search function might be more simple than the one in AB

regarding your last line. I would expect the market for electricity, medium, FR to look something like this
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants