Skip to content

Commit

Permalink
Merge pull request #74 from AI4S2S/train_test_iterator
Browse files Browse the repository at this point in the history
Implement train/test splits iterator
  • Loading branch information
Yang authored Aug 31, 2022
2 parents 8c8251e + d5de862 commit 1c2b047
Show file tree
Hide file tree
Showing 6 changed files with 294 additions and 1,184 deletions.
2 changes: 1 addition & 1 deletion .prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

output-format: grouped

strictness: medium
strictness: medium # Note that this can suppress many pylint warnings
doc-warnings: false
test-warnings: true
member-warnings: false
Expand Down
6 changes: 6 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tool.pylint."messages control"]
# Suppress warnings for bad variables for specific variables:
good-names=X,x,y

# To disable this warning completely:
# disable = invalid-name
Loading

0 comments on commit 1c2b047

Please sign in to comment.