We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
scripts/copy_and_run_empire_on_hpc.sh
df = EmpireInputClient(dataset_path).generator.get_max_installed_capacity()
df[df["GeneratorTechnology"]=="Solar"]
Screenshots
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
scripts/copy_and_run_empire_on_hpc.sh
.df = EmpireInputClient(dataset_path).generator.get_max_installed_capacity()
df[df["GeneratorTechnology"]=="Solar"]
Screenshots
![image](https://private-user-images.githubusercontent.com/54557089/322446625-9ed34f82-d6f4-40a0-a2c2-d512e28b4c4b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTE2OTYsIm5iZiI6MTczOTE5MTM5NiwicGF0aCI6Ii81NDU1NzA4OS8zMjI0NDY2MjUtOWVkMzRmODItZDZmNC00MGEwLWEyYzItZDUxMmUyOGI0YzRiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEyNDMxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk2ZGVjMDJiZGQwYzMzMzIxNGJjYmI1OTRkMTM1ODIzYzZlMDZjYTdmMDQyZGE1ZTk3MjliMjYzMDA5NjUwM2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xet2b1FzVRNPDTVqnI0z4aMvzO1iFggeKJt515n0hJE)
The text was updated successfully, but these errors were encountered: