vallettea / koala

Transpose your Excel calculations into python for better performances and scaling.
GNU General Public License v3.0
147 stars 59 forks source link

Tests that build a Spreadsheet from scratch with evaluations #191

Closed danielsjf closed 5 years ago

danielsjf commented 5 years ago

Instead of building the spreadsheet from a file, build it from scratch using commands. This allows us to set up more useful other tests without each time creating an excel file.

Builds upon #189.

brianmay commented 5 years ago

Something broken with numpy for Python versions over then 3.5????

danielsjf commented 5 years ago

@brianmay, how do you mean?

brianmay commented 5 years ago

I meant to followup on that comment, but I somehow managed to loose it. Not a problem anymore, travis tests passing.

brianmay commented 5 years ago

This one still needs updating.

danielsjf commented 5 years ago

@brianmay, this one can be merged.