Skip to content

Comments

fix runtime warning while python conversion#289

Merged
vrabaud merged 1 commit intoplasmodic:masterfrom
jihoonl:python_converter
Aug 25, 2016
Merged

fix runtime warning while python conversion#289
vrabaud merged 1 commit intoplasmodic:masterfrom
jihoonl:python_converter

Conversation

@jihoonl
Copy link
Contributor

@jihoonl jihoonl commented Aug 21, 2016

Fixing python conversion warning using register_ptr_to_python

/home/jihoonl/research/ros/ecto/devel/lib/python2.7/dist-packages/ecto/__init__.py:30: RuntimeWarning: to-Python converter for boost::shared_ptr<ecto::tendril> already registered; second conversion method ignored.
  del os_path
/home/jihoonl/research/ros/ecto/devel/lib/python2.7/dist-packages/ecto/__init__.py:30: RuntimeWarning: to-Python converter for boost::shared_ptr<ecto::cell> already registered; second conversion method ignored.
  del os_path
/home/jihoonl/research/ros/ecto/devel/lib/python2.7/dist-packages/ecto/__init__.py:30: RuntimeWarning: to-Python converter for boost::shared_ptr<ecto::py::cellwrap> already registered; second conversion method ignored.

As proposed in BVLC/caffe#4069

@vrabaud
Copy link
Member

vrabaud commented Aug 25, 2016

Thx !

@vrabaud vrabaud merged commit 50f3aab into plasmodic:master Aug 25, 2016
@jihoonl jihoonl deleted the python_converter branch August 25, 2016 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants