Skip to content

Commit 28ded5a

Browse files
authored
Merge pull request #2860 from devitocodes/remove-singularity
misc: Remove decrepit singularity def file
2 parents 8ad5ec1 + 70c32b4 commit 28ded5a

2 files changed

Lines changed: 3 additions & 166 deletions

File tree

docker/Singularity.nvidia.def

Lines changed: 0 additions & 163 deletions
This file was deleted.

examples/userapi/05_conditional_dimension.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -831,13 +831,13 @@
831831
"cell_type": "markdown",
832832
"metadata": {},
833833
"source": [
834-
"# Example C: Combining ConditionaDimension\n",
834+
"# Example C: Combining ConditionalDimension\n",
835835
"\n",
836-
"In some cases, a `ConditionaDimension` might be used in combination with an implicit_dim to handle specific cases. This combination can be made mutually exclusive (And) or inclusive (Or).\n",
836+
"In some cases, a `ConditionalDimension` might be used in combination with an implicit_dim to handle specific cases. This combination can be made mutually exclusive (And) or inclusive (Or).\n",
837837
"\n",
838838
"As an example, let's consider the following case:\n",
839839
"\n",
840-
"- Set all even x indices to 1 using the standard subsampling `factor` ConditionaDimension\n",
840+
"- Set all even x indices to 1 using the standard subsampling `factor` ConditionalDimension\n",
841841
"- Set the edges to 2"
842842
]
843843
},

0 commit comments

Comments
 (0)