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

Check if resulting IamDataFrame is empty #103

Open
phackstock opened this issue Feb 22, 2022 · 1 comment
Open

Check if resulting IamDataFrame is empty #103

phackstock opened this issue Feb 22, 2022 · 1 comment

Comments

@phackstock
Copy link
Contributor

In processor.region.RegionProcessor.apply we currently check if the list processed_dfs is empty and raise an error if it is.
In addition to this check we need to perform another check to see if the individual frames are longer than 0.
If all of them are 0 we raise an error.

@phackstock
Copy link
Contributor Author

Almost completely addressed by #99.

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

1 participant