Skip to content
Snippets Groups Projects

Merge develop to master.

Merged Mateusz Klimaszewski requested to merge develop into master
Compare and
5 files
+ 54
2
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
1
@@ -8,7 +8,8 @@ import unittest
from allennlp.commands import train
from allennlp.common import Params, util
# TODO Fix to make it disabled only on Gitlab-CI
@unittest.skip("Skipping, because torch 1.6.0 https://github.com/pytorch/pytorch/issues/43300")
class TrainingEndToEndTest(unittest.TestCase):
PROJECT_ROOT = (pathlib.Path(__file__).parent / "..").resolve()
MODULE_ROOT = PROJECT_ROOT / "combo"