Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
combo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Syntactic Tools
combo
Merge requests
!18
Merge develop to master.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Merge develop to master.
develop
into
master
Overview
0
Commits
2
Pipelines
1
Changes
5
Merged
Merge develop to master.
Mateusz Klimaszewski
requested to merge
develop
into
master
Jan 8, 2021
Overview
0
Commits
2
Pipelines
1
Changes
5
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
77ef5890
2 commits,
Jan 8, 2021
5 files
+
54
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
tests/test_main.py
+
2
−
1
View file @ 77ef5890
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
"
Loading