Denton Gentry
Denton Gentry
> xlrd.biffh.XLRDError: Unsupported format, or corrupt file: Expected BOF record; found b'version ' That looks like git LFS. The xlsm files are big enough that large file storage would be...
> Is this issue intended to bring only the column renaming into vma_xls_extract.py? Or should these operations also move into vma_xls_extract.py to produce consistent CSVs? The issue as originally filed...
One thing which springs to mind is hitting an edge case in ROUND(). Excel's rounding behavior differs significantly from Python 3. There is an implementation which matches Excel's behavior: https://github.com/ProjectDrawdown/solutions/blob/develop/model/excel_math.py
https://github.com/ProjectDrawdown/solutions/blob/develop/model/interpolation.py, I think.
The public versions of the Excel files are checked into the repository. We removed them once tests/test_excel_integration.py evolved to the point of not needing them any more, as they were...
Based on Twitter DM conversations, there is a developer looking in to this issue. Before someone else begins work on this, please ping me and I can check in with...
Noting for future reference: https://github.com/Project-Platypus/Rhodium may be useful in working on this.
Sure! If you are comfortable working with Selenium (or a similar testing toolset), I think the the biggest area which could use better test coverage is the Jupyter notebook UI....
Following up a few months later: - we do have a set of browser-based tests now, and have closed issue #5 - tools/* look like the best places to add...
I'd like to monitor the current bandwidth usage of our droplets, to automate alerts if we're going to go over for the month and let us spin up more instances...