Skip to content
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

Fix Python bindings for heat map generation #67

Closed
marip8 opened this issue Oct 16, 2023 · 1 comment
Closed

Fix Python bindings for heat map generation #67

marip8 opened this issue Oct 16, 2023 · 1 comment

Comments

@marip8
Copy link
Member

marip8 commented Oct 16, 2023

bp::def("computeHeatMapColors", &computeHeatMapColorsPython1);
bp::def("computeHeatMapColors", &computeHeatMapColorsPython2);

The default values for the heat map generator functions are not being populated into the Python API. We need to add additional arguments to bp::def to define the default values. See this post for a reference solution

@marip8
Copy link
Member Author

marip8 commented Oct 16, 2023

Closing; addressed in #68

@marip8 marip8 closed this as completed Oct 16, 2023
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

No branches or pull requests

1 participant