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

Fix(PlexosAggregation): Adding missing parameter to select different column for the "sc_gid" #200

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

pesap
Copy link
Collaborator

@pesap pesap commented Nov 13, 2023

I forgot to propagate the changes of the custom gid_column for the rest of the methods. It did not broke before since it was falling back to "sc_gid", but currently we are using “sc_point_gid”. This PR just add it as an optional argument in all the places that gets used.

methods.

I forgot to propagate the changes of the custom gid_column. It did not
broke before since it was falling back to "sc_gid", but currently we are
using "sc_point_gid"
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (gb/plexos_bespoke@4dc39c6). Click here to learn what that means.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                  @@
##             gb/plexos_bespoke     #200   +/-   ##
====================================================
  Coverage                     ?   76.86%           
====================================================
  Files                        ?      114           
  Lines                        ?    13662           
  Branches                     ?        0           
====================================================
  Hits                         ?    10501           
  Misses                       ?     3161           
  Partials                     ?        0           
Flag Coverage Δ
unittests 76.86% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

When we apply the map it endup creating two columns with the same name.
An example of this is the solar supply curve have both capacity_mw_ac
and capacity. This should fix this problem.
@pesap pesap merged commit 1b1c56d into NREL:gb/plexos_bespoke Nov 27, 2023
4 checks passed
@pesap pesap deleted the gb/plexos_bespoke branch November 27, 2023 18:30
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

Successfully merging this pull request may close these issues.

None yet

3 participants