opendp / opendp

The core library of differential privacy algorithms powering the OpenDP Project.
https://opendp.org
MIT License
284 stars 46 forks source link

add context, remove raise_error kwarg #1521

Closed mccalluc closed 3 weeks ago

mccalluc commented 3 weeks ago

If the optional install isn't so optional, use import_optional_dependency and get a good error message; If it really is optional, use with optional_dependency, and it will just skip the body if not found.

mccalluc commented 3 weeks ago

context managers can't skip code. Closing.