Skip to content

Commit f0ce5ad

Browse files
Merge pull request #174 from aolingge/docs/fix-compatibility-typo
Fix compatibility typo in README
2 parents d8d3794 + f507820 commit f0ce5ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ sol = de.solve(prob_mm, de.Rodas5P(), reltol = 1e-8, abstol = 1e-8)
431431

432432
Notice the only addition is to create the `np.array` object and to perform the manual conversion via `jl.convert(jl.Array,M)` to receive the
433433
Julia `Array` object. This can be done in any case where diffeqpy is not adequately auto-converting to the right Julia type. In some cases this
434-
can be used to improve performance, though here we do it simply for compatability.
434+
can be used to improve performance, though here we do it simply for compatibility.
435435

436436
Similarly, sparse matrices can be passed in much the same way. For example:
437437

0 commit comments

Comments
 (0)