- 28 May, 2020 6 commits
-
-
Frank Freimuth authored
-
Frank Freimuth authored
-
Frank Freimuth authored
-
Frank Freimuth authored
-
Frank Freimuth authored
-
Henning Janssen authored
-
- 25 May, 2020 2 commits
-
-
Alexander Neukirchen authored
-
Alexander Neukirchen authored
-
- 20 May, 2020 2 commits
-
-
Henning Janssen authored
- add additional check for the calculated matching potential
-
Henning Janssen authored
-changed weights at the edges
-
- 18 May, 2020 3 commits
-
-
Henning Janssen authored
-
Henning Janssen authored
-was specified absolutely but handled like it was relative to efermi
-
Henning Janssen authored
- made a little less sensitive
-
- 16 May, 2020 1 commit
-
-
Alexander Neukirchen authored
-
- 15 May, 2020 2 commits
-
-
Robin Hilgers authored
-
Robin Hilgers authored
-
- 13 May, 2020 2 commits
-
-
Henning Janssen authored
-was failing on my machine every 10th time
-
Henning Janssen authored
-Detects different imaginary parts in contour and only calculates as many as needed -lorentzian_smooth now usable
-
- 07 May, 2020 2 commits
-
-
Henning Janssen authored
-
Henning Janssen authored
-
- 06 May, 2020 1 commit
-
-
Henning Janssen authored
-
- 05 May, 2020 2 commits
-
-
Daniel Wortmann authored
-
Henning Janssen authored
- will now modify ptdos and related code
-
- 04 May, 2020 1 commit
-
-
Henning Janssen authored
-
- 24 Apr, 2020 1 commit
-
-
Andreas Beckmann authored
-
- 21 Apr, 2020 9 commits
-
-
Andreas Beckmann authored
-
Andreas Beckmann authored
-
Andreas Beckmann authored
-
Andreas Beckmann authored
-
Daniel Wortmann authored
-
Andreas Beckmann authored
this will allow running tests in parallel
-
Andreas Beckmann authored
-
Andreas Beckmann authored
running this python3 script import logging class TestEnv: def __init__(self): logging.basicConfig(filename="logfile.log",level=logging.DEBUG, format='%(asctime)s %(message)s') logging.info("called __init__") def __del__(self): print("TestEnv.__del__") logging.info("called __del__") te = TestEnv() results in this ignored exception: TestEnv.__del__ Exception ignored in: <function TestEnv.__del__ at 0x7fe3d047db70> Traceback (most recent call last): File "/tmp/foo.py", line 8, in __del__ File "/usr/lib/python3.7/logging/__init__.py", line 1994, in info File "/usr/lib/python3.7/logging/__init__.py", line 1383, in info File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle File "/usr/lib/python3.7/logging/__init__.py", line 1131, in emit File "/usr/lib/python3.7/logging/__init__.py", line 1121, in _open NameError: name 'open' is not defined 'logging' is no longer usable because python is shutting down and some modules are no longer available calling sys.exit() (i.e. raising SystemExit) will just report more ignored exceptions
-
Andreas Beckmann authored
Do not modify the working copy by issuing 'git stash [pop]' from the pre-commit hook. * 'git stash --keep-index' may cause merge conflicts while undoing it with 'git stash pop -q'. That would let the hook fail silently. * If 'git stash' was a no-op (e.g. 'git commit --amend'), 'git stash pop' will restore an unrelated stash. Use 'git diff-index --cached' instead and show the suspicious changes.
-
- 17 Apr, 2020 6 commits
-
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-