Python interface: Renames methods to match PEP8 style#226
Python interface: Renames methods to match PEP8 style#226
Conversation
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
Codecov Report
@@ Coverage Diff @@
## ign-math6 #226 +/- ##
==========================================
Coverage 99.21% 99.21%
==========================================
Files 65 65
Lines 6089 6089
==========================================
Hits 6041 6041
Misses 48 48 Continue to review full report at Codecov.
|
|
We could use one more review @chapulina @scpeters . 😃 🙏 Once this PR gets merged, the open PRs that add python interfaces for more classes should be updated. CC: @LolaSegura @WagnerMarcos |
|
I tried running I think we can ignore this though |
🎉 New feature
Related to #101 #210
Summary
Vector2,Vector3,Vector4,Angle,GaussMarkovProcessandRandclasses to match PEP8 style.renameSWIG directives to rename methods when creating the python bindings. (Aligned with PEP8 specification.)Pythonwe need to rename the methods but that's not the case forRuby.For reviewers
I suggest to review commit by commit:
Checklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge