ProjectDrawdown / solutions

The mission of Project Drawdown is to help the world reach “Drawdown”— the point in the future when levels of greenhouse gases in the atmosphere stop climbing and start to steadily decline, thereby stopping catastrophic climate change — as quickly, safely, and equitably as possible.
https://www.drawdown.org/
Other
211 stars 91 forks source link

Add ability to skip key result tests or fix afforestation model issue #517

Open denised opened 2 years ago

denised commented 2 years ago

Afforestation model fails key result tests because the python key result code explicitly skips certain "nonsense" situations, such as having a replacement lifetime value of 0, which Afforestation has. It might be possible to make the key results match the excel behavior, but its not certain that is worthwhile. Or, we could allow marking specific key results as accepted failures in the same way we do deep results.