We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01a340e + 1866bc3 commit 9bd3a60Copy full SHA for 9bd3a60
docs/demos/lm.html
@@ -2,4 +2,4 @@
2
<script>
3
window.location.replace("http://35.190.117.129/");
4
</script>
5
-</html>
+</html>
lit_nlp/components/umap_test.py
@@ -37,7 +37,7 @@ def test_fit_transform(self):
37
# Check that the _fitted flag has been flipped.
38
self.assertTrue(umap_model._fitted)
39
40
- # Check that the output shape is correct.
+ # Check correctness of the output shape.
41
output_np = np.array([o['z'] for o in outputs_list])
42
shape = output_np.shape
43
expected_shape = (n, 3)
0 commit comments