Holger Badorreck
Holger Badorreck
changing it to about 10ms by removing the kivy "hack" makes no difference
EDIT: I've tested the workaround again, it keeps working only on Mac after CloseDevTools(). On Windows it works only with opened dev tools. Nevertheless, should I add the workaround to...
using ShowDevTools() CloseDevTools()
I've updated all packages, however the problem still persists. The log output changes a bit, therefore I append it again: One error I get multiple times for both but probably...
That is my configuration: import batchspawner c.Spawner.http_timeout = 120 c.BatchSpawnerBase.req_nprocs = '1' c.BatchSpawnerBase.req_queue = 'batch' c.BatchSpawnerBase.req_host = 'head' c.BatchSpawnerBase.req_runtime = '12:00:00' c.BatchSpawnerBase.req_memory = '6gb' c.TorqueSpawner.batch_script = '''#!/bin/sh #PBS -q {queue}@{host}...
with adding c.ProfilesSpawner.ip = '0.0.0.0' to the configuration, I was able to workaround it. Then the logs also tells for the wrapspawner: jupyterhub: jupyterhub-singleuser --ip=0.0.0.0 --port=49760 This was not able...
That was indeed the case. Adjusting the secure_path solves this for me.
[OUTCAR.zip](https://github.com/deepmodeling/dpdata/files/9681746/OUTCAR.zip)
Why does it not work for "A" "B" "A" "B", just skipping the second "A" "B"?
Ok, do I understand you right, there exist cases with different pseudopotentials for the same atom type? If that is the case, I have no idea how to cover that....