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

Reading values based on formulas from excel not working properly on Solstorm #41

Open
martinhjel opened this issue Apr 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@martinhjel
Copy link
Collaborator

Describe the Bug
Reading an excel file where the values are computed by a formula does not provide NaN values when running on Solstorm.

To Reproduce
Steps to reproduce the behavior:

  1. Start a run on Solstorm by running scripts/copy_and_run_empire_on_hpc.sh.
  2. On the path where the results are stored
    df = EmpireInputClient(dataset_path).generator.get_max_installed_capacity()
  3. See NaN values for solar data that is based on a formula in the original excel sheet
    df[df["GeneratorTechnology"]=="Solar"]

Screenshots
image

@martinhjel martinhjel added the bug Something isn't working label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant