Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeolson committed Dec 23, 2023
1 parent 20b5c02 commit b71366e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[default.extend-words]
preconditioner = "preconditioner"
MIS = "MIS"
Cleary = "Cleary"
ser = "ser"
[default.extend-identifiers]
hypre_BoomerAMGCoarseParms = "hypre_BoomerAMGCoarseParms"
[default]
extend-ignore-identifiers-re = [
"sort_2nd",
".*_fiter",
"SCOTCH_.*",
]
[type.cpp]
extend-glob = ["*.h"]
2 changes: 1 addition & 1 deletion test_data/PetscBinaryIO.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def writeMatSparse(self, fh, mat):

@decorate_with_conf
def readMatDense(self, fh):
"""Reads a PETSc Mat, returning a dense represention of the data, must be called after readObjectType()"""
"""Reads a PETSc Mat, returning a dense representation of the data, must be called after readObjectType()"""

try:
M,N,nz = np.fromfile(fh, dtype=self._inttype, count=3)
Expand Down

0 comments on commit b71366e

Please sign in to comment.