-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Object from VoxelComplex #1369
Remove Object from VoxelComplex #1369
Conversation
c0bb843
to
c2f7f6f
Compare
fc510bc
to
5e9f141
Compare
I fixed CI errors. Travis-ci is red because compiling timeout, CMake failing to configure with doxygen, and the DGtal Tools is failing, but PR opened at: DGtal-team/DGtalTools#345. |
PR pending for doxygen (#1372). Thx |
Remove NoObject from VoxelComplex DGtal-team/DGtal#1369
Remove NoObject from VoxelComplex DGtal-team/DGtal#1369
How can I help to move this forward? I have a few scripts pending on this update. |
sorry..very busy these last weeks. I'll give you some feedbacks asap |
Hi @phcerdan can you please merge the master to this branch ? All travis issues should disappear. |
Will do after new year, thanks!
… On 29 Dec 2018, at 05:01, David Coeurjolly ***@***.***> wrote:
Hi @phcerdan can you please merge the master to this branch ? All travis issues should disappear.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
5e9f141
to
b2c35c1
Compare
done, rebased on top of master. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the PR and sorry for the delay. I just have minor doc comments.. I'll double-check the Doxygen build on my own.
thanks again.
b2c35c1
to
8e180ab
Compare
This drops the runtime by ~4x (orientative) And the memory usage (not quantified). Also reduce time of testing. Fix DGtal-team#1347
8e180ab
to
1d87cee
Compare
Thanks @dcoeurjo! 🎉 |
Remove NoObject from VoxelComplex DGtal-team/DGtal#1369
Remove NoObject from VoxelComplex DGtal-team/DGtal#1369
This drops the runtime by ~4x (orientative)
And the memory usage (not quantified).
Also reduce time of testing. Fix #1347
cmake
mode (otherwise, Travis C.I. will fail).