opentaps / open-climate-investing

Application and data for analyzing and structuring portfolios for climate investing.
https://climate-investing-book.opensourcestrategies.com/v/main/book
GNU Affero General Public License v3.0
42 stars 14 forks source link

clean up code to remove error messages #7

Closed mattbowler closed 2 years ago

mattbowler commented 2 years ago

There are error messages being printed by underlying packages. These are not impacting the results but need to be traced and fixed in case this causes issues down the line.

mattbowler commented 2 years ago

Fixed the first set of errors. It is highly unlikely they would have become problematic later, but it's best to be safe. The second set of errors come from the underlying module, so are harder to diagnose.

mattbowler commented 2 years ago

Second error message fixed by manually adding constant rather than using statsmodels function to do so

sichen1234 commented 2 years ago

There are still some error messages for me -- see my latest screenshot in #3

mattbowler commented 2 years ago

There are still some error messages for me -- see my latest screenshot in #3

This is a data-related issue that will be fixed in #8

mattbowler commented 2 years ago

Going to close this issue because the specific error messages are no longer showing