Commit d51d250
Add regression test for
* Test Python + NumPy in CI
* Add comments
* Add more tests
* Add more Python tests
* assert_array_almost_equal
* Try decimal=5
* Try to fix vertex test
* Update a comment
* Upgrade cibuildwheel
* Fix toml
* Match the types and call buf.release()
* Rm buf.release()
* Try to clear license warning on build
* Fix license specifier
* Move python tests out of python so they don’t end up in the wheel
* Add some excludes
* Reformat and exclude some python files
* Update .github/workflows/python.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add a note about local numpy install
* Reset a few files
* Initial plan
* Add regression test and .obj file for issue-400 numpy_num_face_vertices()
Co-authored-by: syoyo <18676+syoyo@users.noreply.github.com>
* Fix black formatting with line-length=140 from pyproject.toml
Co-authored-by: syoyo <18676+syoyo@users.noreply.github.com>
---------
Co-authored-by: Paul Melnikow <email@paulmelnikow.com>
Co-authored-by: Paul Melnikow <github@paulmelnikow.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: syoyo <18676+syoyo@users.noreply.github.com>
Co-authored-by: Syoyo Fujita <syoyo@lighttransport.com>numpy_num_face_vertices() fix (issue #400) (#418)1 parent ff228a9 commit d51d250
File tree
2 files changed
+75
-1
lines changed- models
- tests/python/tinyobjloader_tests
2 files changed
+75
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
133 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
134 | 163 | | |
135 | 164 | | |
136 | 165 | | |
| |||
174 | 203 | | |
175 | 204 | | |
176 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
0 commit comments