- 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 1 commit
-
-
Henning Janssen authored
- will now modify ptdos and related code
-
- 04 May, 2020 1 commit
-
-
Henning Janssen authored
-
- 21 Apr, 2020 1 commit
-
-
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
-
- 17 Apr, 2020 16 commits
-
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-
Robin Hilgers authored
-