From df713b8f8dec136da3080150277c2ccce2957632 Mon Sep 17 00:00:00 2001 From: AbdulazizAhmed Date: Mon, 21 Oct 2024 14:20:18 +0200 Subject: [PATCH] =?UTF-8?q?Update=20=E2=9A=99=20in=20tensor=5Fformats.md?= =?UTF-8?q?=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I noticed that there's one gear icon that's different than the rest, so here's a one character diff pr :D Also, the link in the about section seems to be outdated. --- docs/src/guides/tensor_formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guides/tensor_formats.md b/docs/src/guides/tensor_formats.md index 62a970b87..4a9da5eb1 100644 --- a/docs/src/guides/tensor_formats.md +++ b/docs/src/guides/tensor_formats.md @@ -87,7 +87,7 @@ some general descriptions. | SparsePoint | Advanced | Single Sparse | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | | SparseInterval | Advanced | Single Sparse Run | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | | SparseBand | Advanced | Single Sparse Block | ✅ | ✅ | ✅ | ❌ | ❌ | ⚙️ | -| DenseRLE | Advanced | Dense Runs | ✅ | ❌ | ✅ | ❌ | ❌ | ⚙ | +| DenseRLE | Advanced | Dense Runs | ✅ | ❌ | ✅ | ❌ | ❌ | ⚙️ | | SparseBytemap | Advanced | Sparse | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | | SparseDict | Advanced | Sparse | ✅ | ✅ | ✅ | ✅ | ❌ | ✅️ | | AtomicLevel | Modifier | No Data | ✅ | ✅ | ✅ | ✅ | ✅ | ⚙️ |