codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
8 stars 25 forks source link

Frontend: Test pyodide multiple files #83

Closed plocket closed 9 months ago

plocket commented 9 months ago

Results: When we tried to use both import_test_1 and import_test_2 we got an error. When we used just import_test_2 it worked just fine.

Conclusion:

Note: Doing a wheel package will make development and iteration harder as we keep having to re-build the wheel. Which is the worse pain point?

@jkwan2011, is this what you're asking about?

jkwan2011 commented 9 months ago

Thanks for the test! I think we can stick with one file for now. We can call it a stretch goal to use a wheel file, but I think that might be a task for want of a DevOps engineer.