- 23 Dec, 2019 1 commit
-
-
Aymeric Augustin authored
-
- 22 Dec, 2019 11 commits
-
-
Aymeric Augustin authored
On Python 3, `open is io.open`.
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
Aymeric Augustin authored
This is the same change as for (TF)CommonTestCases for modeling.
-
Aymeric Augustin authored
-
Aymeric Augustin authored
It isn't imported anywhere.
-
Aymeric Augustin authored
I suspect the wrapper classes were created in order to prevent the abstract base class (TF)CommonModelTester from being included in test discovery and running, because that would fail. I solved this by replacing the abstract base class with a mixin. Code changes are just de-indenting and automatic reformattings performed by black to use the extra line space.
-
Aymeric Augustin authored
This construct isn't used anymore these days. Running python tests/test_foo.py puts the tests/ directory on PYTHONPATH, which isn't representative of how we run tests. Use python -m unittest tests/test_foo.py instead.
-
Aymeric Augustin authored
-
Aymeric Augustin authored
-
- 02 Jul, 2019 1 commit
-
-
thomwolf authored
-
- 29 Jun, 2019 2 commits
- 26 Jun, 2019 2 commits
- 24 Jun, 2019 1 commit
-
-
thomwolf authored
-
- 22 Jun, 2019 1 commit
-
-
thomwolf authored
-
- 21 Jun, 2019 4 commits
- 20 Jun, 2019 1 commit
-
-
thomwolf authored
-
- 19 Jun, 2019 1 commit
-
-
thomwolf authored
-
- 17 Jun, 2019 6 commits
- 14 Jun, 2019 2 commits
- 03 Jun, 2019 1 commit
-
-
thomwolf authored
-
- 30 Apr, 2019 1 commit
-
-
thomwolf authored
-
- 25 Apr, 2019 2 commits
-
-
lukovnikov authored
-
lukovnikov authored
- added some images for illustration - updated comments in optimization
-
- 21 Apr, 2019 1 commit
-
-
lukovnikov authored
- removed unused plotting code - using ABC for LRSchedule - added some schedule object init tests
-
- 17 Apr, 2019 2 commits