FLO-2DSoftware / qgis-flo-2d-plugin

A plugin for pre-processing/post-processing FLO-2D models
8 stars 8 forks source link

import hfpy #1440

Closed FLO-2DKaren closed 3 months ago

FLO-2DKaren commented 3 months ago

We missed an import h5py exception:

File "C:\Users/matt.murray/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\flo2d\gui\grid_tools_widget.py", line 16, in import h5py

Change to

try: import h5py except ImportError: pass

rpachaly commented 3 months ago

Addressed on https://github.com/FLO-2DSoftware/qgis-flo-2d-plugin/pull/1439

rpachaly commented 3 months ago

Done on https://github.com/FLO-2DSoftware/qgis-flo-2d-plugin/pull/1443