Skip to content

Fix python bindings for task classes.

David Thompson requested to merge dcthomp/smtk:fix-task-binding into master
  1. Remove python bindings for constructor since we want all tasks constructed in python to be via shared pointer (i.e., create()).
  2. Fix the configure() binding to take a string since pybind11 no longer appears to handle JSON conversion automatically.

Merge request reports