]> gitweb.michael.orlitzky.com - sage.d.git/commit
mjo/interpolation.py: wrap map() calls in list() for python-3.x.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 7 Dec 2019 23:22:48 +0000 (18:22 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 7 Dec 2019 23:22:48 +0000 (18:22 -0500)
commitef6048dfcf6bf1312135a614a5060f7481ee26e7
treea612c33cda3236f2c5f453161c5aaad58c406a89
parentfe9ce8d587b741f3094af4a6c98c7b41811318af
mjo/interpolation.py: wrap map() calls in list() for python-3.x.

There's probably a better way to implement these functions for
python-3.x, but this fixes the tests for now.
mjo/interpolation.py