Skip to content

Commit f80b9e7

Browse files
committed
ruff
1 parent c2a946a commit f80b9e7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

examples/unmixing.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"# to the same lmax\n",
5959
"lmax = 1500\n",
6060
"\n",
61-
"#for key in mask_cls.keys():\n",
61+
"# for key in mask_cls.keys():\n",
6262
"# mask_cls[key] = heracles.Result(\n",
6363
"# mask_cls[key].array[: lmax + 1], axis=mask_cls[key].axis\n",
6464
"# )"
@@ -70,9 +70,7 @@
7070
"id": "1a422093",
7171
"metadata": {},
7272
"outputs": [],
73-
"source": [
74-
"from heracles.result import truncated"
75-
]
73+
"source": []
7674
},
7775
{
7876
"cell_type": "code",

0 commit comments

Comments
 (0)