Skip to content

Commit

Permalink
Merge pull request #157 from aidanmontare-fed/fix-removed-uncertainty…
Browse files Browse the repository at this point in the history
…_estimate

remove uncertainty_estimate from __all__
  • Loading branch information
aewallin committed May 4, 2024
2 parents 8faefa9 + 6abbcb3 commit 7448552
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion allantools/__init__.py
Expand Up @@ -34,7 +34,6 @@
'confidence_interval',
'confidence_interval_noiseID',
'autocorr_noise_id',
'uncertainty_estimate',
'Dataset',
'Noise',
'Plot',
Expand Down
8 changes: 8 additions & 0 deletions tests/test_package__all__.py
@@ -0,0 +1,8 @@
"""
Test that `from allantools import *` works.
"""
from allantools import * # must be top-level, not allowed in function


def test_package():
pass

0 comments on commit 7448552

Please sign in to comment.