File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ jobs:
687
687
688
688
689
689
# This verifies that the documentation is not horribly broken, and does a
690
- # basic sanity check on the SDist.
690
+ # basic validation check on the SDist.
691
691
doxygen :
692
692
name : " Documentation build test"
693
693
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ buffer objects (e.g. a NumPy matrix).
87
87
/* Request a buffer descriptor from Python */
88
88
py::buffer_info info = b.request();
89
89
90
- /* Some sanity checks ... */
90
+ /* Some basic validation checks ... */
91
91
if (info.format != py::format_descriptor<Scalar>::format())
92
92
throw std::runtime_error("Incompatible format: expected a double array!");
93
93
You can’t perform that action at this time.
0 commit comments