Skip to content

Commit 9bd3a60

Browse files
authored
Merge branch 'main' into dev
2 parents 01a340e + 1866bc3 commit 9bd3a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/demos/lm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<script>
33
window.location.replace("http://35.190.117.129/");
44
</script>
5-
</html>
5+
</html>

lit_nlp/components/umap_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_fit_transform(self):
3737
# Check that the _fitted flag has been flipped.
3838
self.assertTrue(umap_model._fitted)
3939

40-
# Check that the output shape is correct.
40+
# Check correctness of the output shape.
4141
output_np = np.array([o['z'] for o in outputs_list])
4242
shape = output_np.shape
4343
expected_shape = (n, 3)

0 commit comments

Comments
 (0)