Fix doc errors and typos across the board (#8139)

* Fix doc errors and typos across the board

* Fix a typo

* Fix the CI

* Fix more typos

* Fix CI

* More fixes

* Fix CI

* More fixes

* More fixes
This commit is contained in:
Santiago Castro
2020-10-29 10:33:33 -04:00
committed by GitHub
parent 4731a00c3e
commit 969859d5f6
160 changed files with 342 additions and 364 deletions

View File

@@ -1130,7 +1130,7 @@ class UtilsFunctionsTest(unittest.TestCase):
2.12662941,
-9.32562038,
2.35652522,
], # cummulative prob of 5 highest values <= 0.6
], # cumulative prob of 5 highest values <= 0.6
[
0.58425518,
4.53139238,
@@ -1162,7 +1162,7 @@ class UtilsFunctionsTest(unittest.TestCase):
9.67702323, # 1st highest value; idx. 27
-5.89478553,
1.85370467,
], # cummulative prob of 5 highest values <= 0.6
], # cumulative prob of 5 highest values <= 0.6
],
dtype=torch.float,
device=torch_device,