avoid blocking with matplotlib, parameter save stuff

This commit is contained in:
2022-09-09 10:05:44 +02:00
parent 0a15899ee6
commit f70421d2f3
3 changed files with 101 additions and 68 deletions

View File

@@ -40,5 +40,4 @@ class Deltatau:
self._comm=comm=None
self._gather=gather=None
#return
verbose=0x00
self._shapepath=sp=shapepath.ShapePath(comm, gather, verbose, sync_mode=1, sync_flag=3)
self._shapepath=sp=shapepath.ShapePath(comm, gather, verbose=0xff, sync_mode=1, sync_flag=3)