Skip to content

Commit

Permalink
disable tests with broken URL; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thamme Gowda committed Apr 26, 2024
1 parent 128f142 commit cfe80d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## v0.4.1 - WIP
## v0.4.1 - 20240425
* Better parallelization: parallel and mono data are scheduled at once (previously it was one after the other)
* `mtdata cache` added. Improves concurrency by supporting multiple recipes
* Added WMT general test 2022 and 2023
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def check_parallel(path1:Path, path2: Path):
assert l1 == l2, f'Expected same number of lines: {l1} == {l2} ?\n{path1} == {path2}'


def test_2url_dataset():
def _test_2url_dataset(): # SKIP: stanford nlp URLs are down (as of 04/25/2024)
with TemporaryDirectory() as out_dir:
out_dir = Path(out_dir)
train_dids = [DatasetId.parse('StanfordNLP-iwslt15_train-1-eng-vie')]
Expand Down

0 comments on commit cfe80d0

Please sign in to comment.