Skip to content

Commit

Permalink
Fix symbol ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Oct 15, 2023
1 parent d5d1c76 commit 50d1864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wrappers/python/sycomore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ PYBIND11_MODULE(_sycomore, _sycomore)
},
"Generate evenly-spaced samples");

_sycomore.def("round", round<Quantity>, "Round to x nearest multiple of r");
_sycomore.def(
"round", sycomore::round<Quantity>, "Round to x nearest multiple of r");
}

0 comments on commit 50d1864

Please sign in to comment.