Skip to content

bugs fixed#155

Open
dynaryu wants to merge 1 commit into
GeoscienceAustralia:masterfrom
dynaryu:windtime
Open

bugs fixed#155
dynaryu wants to merge 1 commit into
GeoscienceAustralia:masterfrom
dynaryu:windtime

Conversation

@dynaryu

@dynaryu dynaryu commented Jul 1, 2026

Copy link
Copy Markdown
  1. Utilities/tsmultipliers.py — from Utilities import shapefile → import shapefile. pyshp is a top-level package; the whole local stage was un-importable.
  2. Utilities/parallel.py — attemptParallel() only caught ImportError, so a partial mpi4py install (no libmpi.so) crashed instead of falling back to serial as its docstring promises. Added RuntimeError.
  3. PlotInterface/plotTimeseries.py — Python-2-era s.decode() in genfromtxt converters crashed under numpy 2.x (converters now receive str). Made it tolerate both.

1. Utilities/tsmultipliers.py — from Utilities import shapefile → import shapefile.
  pyshp is a top-level package; the whole local stage was un-importable.
2. Utilities/parallel.py — attemptParallel() only caught ImportError, so a partial
  mpi4py install (no libmpi.so) crashed instead of falling back to serial as its
  docstring promises. Added RuntimeError.
3. PlotInterface/plotTimeseries.py — Python-2-era s.decode() in genfromtxt
  converters crashed under numpy 2.x (converters now receive str). Made it tolerate
  both.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant