Skip to content
Snippets Groups Projects
Commit d6be877b authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Fixed case issue

parent 74b27718
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!161Add support for namespaced attributes in DynamicAttributes
Pipeline #50548 passed
......@@ -31,7 +31,7 @@ DynamicAttributes test_DynamicAttributes_binding() {
}
double test_DynamicAttributes_binding_check(DynamicAttributes& attrs) {
return attrs.getAttr<double>("D");
return attrs.getAttr<double>("d");
}
void init_Attributes(py::module& m){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment