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

Added passive degrees of freedom #40

Merged
merged 11 commits into from
Jul 16, 2023
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ exclude =
examples/*.py,
bloptools/tests/test_bayesian_shadow.py,
versioneer.py,
max-line-length = 115
max-line-length = 125
mrakitin marked this conversation as resolved.
Show resolved Hide resolved
# Ignore some style 'errors' produced while formatting by 'black'
ignore = E203, W503
2 changes: 1 addition & 1 deletion bloptools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import bayesian, experiments, tasks # noqa F401
from . import bayesian, devices, tasks # noqa F401
from ._version import get_versions

__version__ = get_versions()["version"]
Expand Down
Loading
Loading