NeoGeographyToolkit / StereoPipeline

The NASA Ames Stereo Pipeline is a suite of automated geodesy & stereogrammetry tools designed for processing planetary imagery captured from orbiting and landed robotic explorers on other planets.
Apache License 2.0
492 stars 173 forks source link

fix for map call in parallel_stereo that should allow memory tests to… #307

Closed AndrewAnnex closed 4 years ago

AndrewAnnex commented 4 years ago

… work for systems with the free command in the path

I was wondering why my ubuntu machine was failing to print the memory test, map returns an iterator which cannot be subscripted, converting to a list fixes that