zackxconti / bnmetamodel_gh

Repo for bnmetamodel lib version for Lab Mouse Grasshopper plug-in.
1 stars 2 forks source link

Ensure scripts are compatible with Python 3 #19

Closed kallewesterling closed 11 months ago

kallewesterling commented 1 year ago

Code is currently only written for Python 2. Update for Python 3 compatibility.

Suggested solution

The codebase could easily be converted into Python 2/3 compatible code, which would make it easier for us to continue to work on other issues in parallel. (print statements + basestring references + add from functools import reduce as reduce was only built-in in Python 2)

Resources

(Potential) Dependencies

kallewesterling commented 11 months ago

This is resolved as well, so issue is being closed.