Skip to content

FIX: pytables import dependency on numpy.

Ghost User requested to merge fixes-mk into development

On system python (Python 3.7, no Conda) there is apparently an import dependency of pytables on numpy, which causes several scan scripts to crash. This is solved by importing numpy before tables in every script that uses pytables.

Edited by Ghost User

Merge request reports