Skip to content

Adapt memory query to support current NEST release

Didi Hou requested to merge github/fork/jarsi/Fix_memory_thisJob into master

Created by: jarsi

The API for getting the memory of a NEST job changed. The try except block first tries the old API. If it fails, it instead uses the newer one.

Merge request reports