Astropy: Doctests are not always recognized by pytest

Created on 5 Sep 2017  Â·  50Comments  Â·  Source: astropy/astropy

This came up in #6488 (https://github.com/astropy/astropy/pull/6488#issuecomment-326812656 and https://github.com/astropy/astropy/pull/6488#issuecomment-326998491) but it's unrelated to the actual topic of that PR, so I think it needs its own issue.

@jakevdp and @bsipocz are both reporting that the doctests do not get run when they run python setup.py test, including with hte -P <package> or -t /path/to/something.rst options. They seem to run just happily on pytest, and at least some local machines.

@jakevdp - can you confirm what you see? Do you get error messages, or just the .rst files are silently skipped? Also @bsipocz, same thing. Can you also post the environment you are running in based on what python setup.py test puts in the header? E.g., what I have below for the working case.

platform darwin -- Python 3.5.2, pytest-3.1.1, py-1.4.32, pluggy-0.4.0

Running tests with Astropy version 3.0.dev19819.
Running tests in docs/coordinates/index.rst.

Date: 2017-09-05T12:13:25

Platform: Darwin-15.6.0-x86_64-i386-64bit

Executable: /Users/erik/miniconda3/bin//python

Full Python Version:
3.5.2 |Anaconda custom (x86_64)| (default, Jul  2 2016, 17:52:12)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)]

encodings: sys: utf-8, locale: UTF-8, filesystem: utf-8
byteorder: little
float info: dig: 15, mant_dig: 15

Numpy: 1.12.1
Scipy: 0.19.1
Matplotlib: 2.0.2
h5py: 2.7.0
Pandas: 0.20.2
Using Astropy options: remote_data: none.

rootdir: /private/var/folders/7_/0n3gbrls1sb2vn6xjprw8c280000gn/T/astropy-test-7u6fgbrs, inifile: setup.cfg
collected 1 items

../docs/coordinates/index.rst .
Bug Close? testing

Most helpful comment

temporary directories appear to have one of the levels be _q (because why not)

OMG... Good investigative work! p.s. I had been laughed at for using "HERE n" debug messages but I am glad I am not the only one.

All 50 comments

Failing:

========================================================================================= test session starts =========================================================================================
platform darwin -- Python 3.5.3, pytest-3.2.0, py-1.4.34, pluggy-0.4.0

Running tests with Astropy version 3.0.dev19867.
Running tests in lib.macosx-10.10-x86_64-3.5/astropy/coordinates docs/coordinates.

Date: 2017-09-05T20:50:06

Platform: Darwin-14.5.0-x86_64-i386-64bit

Executable: /Users/bsipocz/.virtualenvs/astropy-dev/bin/python

Full Python Version: 
3.5.3 (default, Apr 29 2017, 10:12:19) 
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)]

encodings: sys: utf-8, locale: UTF-8, filesystem: utf-8
byteorder: little
float info: dig: 15, mant_dig: 15

Numpy: 1.13.1
Scipy: 0.19.1
Matplotlib: 2.0.2
h5py: 2.7.0
Pandas: 0.20.3
Cython: 0.25.2
Using Astropy options: remote_data: none.

rootdir: /private/var/folders/dc/hsm7tqpx2d57n7vb3k1l81xw0000gq/T/astropy-test-wfnvgjpm, inifile: setup.cfg
plugins: arraydiff-0.2.dev0, xdist-1.15.0, pep8-1.0.6, mpl-0.7, mock-1.6.0, cov-2.4.0, hypothesis-3.8.3

passing:

===================================================================== test session starts ======================================================================
platform darwin -- Python 3.5.3, pytest-3.1.2, py-1.4.34, pluggy-0.4.0

Running tests with Astropy version 3.0.dev19699.
Running tests in lib.macosx-10.10-x86_64-3.5/astropy/coordinates docs/coordinates.

Date: 2017-09-05T20:54:56

Platform: Darwin-14.5.0-x86_64-i386-64bit

Executable: /opt/local/bin/python

Full Python Version: 
3.5.3 (default, Apr 23 2017, 18:02:29) 
[GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)]

encodings: sys: utf-8, locale: UTF-8, filesystem: utf-8
byteorder: little
float info: dig: 15, mant_dig: 15

Numpy: 1.13.1
Scipy: 0.19.0
Matplotlib: 2.0.0
h5py: 2.7.0
Pandas: not available
Cython: 0.26
Using Astropy options: remote_data: none.

rootdir: /private/var/folders/8j/hn5sncjs31143t3kq4zxtg680000gn/T/astropy-test-1axjcl2m, inifile: setup.cfg
plugins: cov-2.5.1
collected 1110 items 

I'm playing a bit with the plugins, hopefully one of those is the culprit.

Here's what it looks like for me:

$ python setup.py test -P stats
Freezing version number to ./astropy/version.py
running test
running build
running build_py
running pre_hook from astropy._erfa.setup_package for build_py command
running pre_hook from astropy.modeling.setup_package for build_py command
copying astropy/version.py -> build/lib.macosx-10.5-x86_64-3.5/astropy
running build_ext
running pre_hook from astropy._erfa.setup_package for build_ext command
running pre_hook from astropy.modeling.setup_package for build_ext command
building 'astropy._compiler' extension
gcc -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/jakevdp/anaconda/include -arch x86_64 -I/Users/jakevdp/anaconda/include/python3.5m -c astropy/_compiler.c -o build/temp.macosx-10.5-x86_64-3.5/astropy/_compiler.o
gcc -bundle -undefined dynamic_lookup -L/Users/jakevdp/anaconda/lib -arch x86_64 build/temp.macosx-10.5-x86_64-3.5/astropy/_compiler.o -L/Users/jakevdp/anaconda/lib -o build/lib.macosx-10.5-x86_64-3.5/astropy/_compiler.cpython-35m-darwin.so
skipping 'astropy/table/_np_utils.c' Cython extension (up-to-date)
skipping 'astropy/table/_column_mixins.c' Cython extension (up-to-date)
skipping 'astropy/io/ascii/cparser.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_extend.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_fill.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_none.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_wrap.c' Cython extension (up-to-date)
skipping 'astropy/cosmology/scalar_inv_efuncs.c' Cython extension (up-to-date)
skipping 'astropy/stats/lombscargle/implementations/cython_impl.c' Cython extension (up-to-date)
=================================================================== test session starts ====================================================================
platform darwin -- Python 3.5.1, pytest-3.2.1, py-1.4.34, pluggy-0.4.0

Running tests with Astropy version 3.0.dev19887.
Running tests in lib.macosx-10.5-x86_64-3.5/astropy/stats docs/stats.

Date: 2017-09-05T12:58:23

Platform: Darwin-16.4.0-x86_64-i386-64bit

Executable: /Users/jakevdp/anaconda/bin/python

Full Python Version: 
3.5.1 |Continuum Analytics, Inc.| (default, Dec  7 2015, 11:24:55) 
[GCC 4.2.1 (Apple Inc. build 5577)]

encodings: sys: utf-8, locale: UTF-8, filesystem: utf-8
byteorder: little
float info: dig: 15, mant_dig: 15

Numpy: 1.13.1
Scipy: 0.19.1
Matplotlib: 2.0.2
h5py: not available
Pandas: 0.20.3
Cython: 0.23.4
Using Astropy options: remote_data: none.

rootdir: /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-gfgya0ja, inifile: setup.cfg
collected 1309 items                                                                                                                                        

astropy/stats/bayesian_blocks.py .
astropy/stats/biweight.py .....
astropy/stats/circstats.py ......
astropy/stats/funcs.py ...
astropy/stats/info_theory.py ....
astropy/stats/sigma_clipping.py ..
astropy/stats/spatial.py .
astropy/stats/lombscargle/core.py .
astropy/stats/lombscargle/implementations/utils.py .
astropy/stats/lombscargle/implementations/tests/test_mle.py ........................
astropy/stats/lombscargle/implementations/tests/test_utils.py .............................................
astropy/stats/lombscargle/tests/test_lombscargle.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
astropy/stats/lombscargle/tests/test_statistics.py ..............................................................................................................................................................................
astropy/stats/lombscargle/tests/test_utils.py ................
astropy/stats/tests/test_bayesian_blocks.py .......
astropy/stats/tests/test_biweight.py ..................
astropy/stats/tests/test_circstats.py .........
astropy/stats/tests/test_funcs.py ...........x.............................s..s
astropy/stats/tests/test_histogram.py .........
astropy/stats/tests/test_info_theory.py ....
astropy/stats/tests/test_jackknife.py ...
astropy/stats/tests/test_sigma_clipping.py ...........
astropy/stats/tests/test_spatial.py ............

===================================================================== warnings summary =====================================================================
None
  [pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead.

-- Docs: http://doc.pytest.org/en/latest/warnings.html
============================================== 1306 passed, 2 skipped, 1 xfailed, 1 warnings in 22.37 seconds ==============================================

Ouch, the rst-s are not even collected for you :(

Yep – I've tried a bunch of combinations of upgrading and downgrading sphinx, pytest, astropy_helpers, and tried a clean clone of the astropy repo, but nothing is changing it.

One data point that's perhaps of relevance: I have a very old version of git installed: v 1.8.3

This problem is eerily familiar. Reminds me of #5695 back when we were trying to get pytest 3.x to run. I am upgrading my pytest and see I can reproduce the failure...

Ohh, mine seems to be fixed if hypothesis is uninstalled. I can't remember which package has brought that in as a dependency, but my environment is a really ancient one that gathered some dust over the years.

So now the remaining one is the even more puzzling one @jakevdp is seeing.

Re: hypothesis -- Wow, that is random. Good investigative work!

I am in the process of trying to replicate as closely as I can to Jake's environment (of course I can't downgrade git or transform Mac into Linux) and see what happens.

This issue is pretty old, but the title is ominous enough to confirm that hypothesis was likely the problem: https://github.com/pytest-dev/pytest/issues/916

I can't wait to be reunited with my backups to check how long I had that installed. As I roughly remember, I had this problem for at least a few months, but it didn't start failing so suddenly that I could have blamed the installation of a new package.

Nope, I still can't reproduce it. I even used installation from #6488 feature branch. Attached is my conda environment export file for this test (remove the ".txt" from name; had to add it to attach here):
jakenofail.yml.txt

============================= test session starts ==============================
platform linux -- Python 3.5.1, pytest-3.2.1, py-1.4.34, pluggy-0.4.0

Running tests with Astropy version 3.0.dev19887.
Running tests in lib.linux-x86_64-3.5/astropy/stats docs/stats.

Date: 2017-09-05T16:34:06

Platform: Linux-3.10.0-693.el7.x86_64-x86_64-with-redhat-7.4-Maipo

Executable: /home/lim/anaconda/envs/jakedvp/bin/python

Full Python Version: 
3.5.1 |Continuum Analytics, Inc.| (default, Jun 15 2016, 15:32:45) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)]

encodings: sys: utf-8, locale: UTF-8, filesystem: utf-8
byteorder: little
float info: dig: 15, mant_dig: 15

Numpy: 1.13.1
Scipy: 0.19.1
Matplotlib: 2.0.2
h5py: not available
Pandas: 0.20.3
Cython: 0.23.4
Using Astropy options: remote_data: none.

rootdir: /tmp/astropy-test-z7i0gcay, inifile: setup.cfg
collected 1314 items                                                            

astropy/stats/bayesian_blocks.py .
astropy/stats/biweight.py .....
astropy/stats/circstats.py ......
astropy/stats/funcs.py ...
astropy/stats/info_theory.py ....
astropy/stats/sigma_clipping.py ..
astropy/stats/spatial.py .
astropy/stats/lombscargle/core.py .
astropy/stats/lombscargle/implementations/utils.py .
astropy/stats/lombscargle/implementations/tests/test_mle.py ........................
astropy/stats/lombscargle/implementations/tests/test_utils.py .............................................
astropy/stats/lombscargle/tests/test_lombscargle.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
astropy/stats/lombscargle/tests/test_statistics.py ..............................................................................................................................................................................
astropy/stats/lombscargle/tests/test_utils.py ................
astropy/stats/tests/test_bayesian_blocks.py .......
astropy/stats/tests/test_biweight.py ..................
astropy/stats/tests/test_circstats.py .........
astropy/stats/tests/test_funcs.py ...........x.............................s..s
astropy/stats/tests/test_histogram.py .........
astropy/stats/tests/test_info_theory.py ....
astropy/stats/tests/test_jackknife.py ...
astropy/stats/tests/test_sigma_clipping.py ...........
astropy/stats/tests/test_spatial.py ............
../docs/stats/circ.rst .
../docs/stats/index.rst .
../docs/stats/lombscargle.rst .
../docs/stats/ripley.rst .
../docs/stats/robust.rst .

=============================== warnings summary ===============================
None
  [pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead.

-- Docs: http://doc.pytest.org/en/latest/warnings.html
======== 1311 passed, 2 skipped, 1 xfailed, 1 warnings in 37.03 seconds ========

Does @jakevdp happen to also have hypothesis installed? 🤔

@pllim I haven't been able to reproduce it either with the same configuration in a Darwin environment. If hypothesis was installed I believe it would be reported under plugins: (see @bsipocz's test report for comparison).

@jakevdp , did you try running it from a fresh conda environment? I see your path pointed to "root" installation. Here was how I created mine in my attemp to mimic yours:

conda create -n jakedvp python=3.5.1 pytest=3.2.1 numpy=1.13.1 scipy=0.19.1 matplotlib=2.0.2 pandas=0.20.3 cython=0.23.4 pluggy=0.4.0

@pllim – I used that fresh environment and the results were identical.

Do you have multiple versions of Python installed (e.g., Mac version and Anaconda version)? Perhaps there is something funky in the Python path and the likes. No one else could reproduce your problem, so the next logical thing to look at is to attempt your doctest on a different machine, if you are able.

Is @jakevdp the only one remaining that is still affected? Since no one else can reproduce, should we close it?

FWIW, the problem that doctests were not collected with testing -P <module> happened on my debian system a few months ago (but was fixed by some upgrade). Oddly, doctests were always collected fine when running all tests (which is partially why I remember, it was very annoying to have to run the whole test suite). I've never had hypothesis installed, so that would be unrelated.

@mhvk - Could you remember how you fixed the problem?

@mhvk , was it #5695 ?

Darn, you are actually asking me to remember! I don't have any memory left! More seriously, I think it was separate from #5695. At least, I distinctly remember the difference between testing a module, which would not do the doctests, and the whole thing, which would. And I'm pretty sure it just "disappeared" as I updated my installation (I'm on Debian testing, so things evolve...).

Fair enough, to be frank I wouldn't remember myself either :). But #5695 was clearly resolved (and pointing to it made me remember to open #6550).

I suggest to keep this open if @jakevdp can confirm that the doctest are picked up when the full test suite is run, meaning that this must be a real issue in our testing suite even though we cannot yet reproduce.

I just ran the full python setup.py test on master and it doesn't look like any of the rst files were picked up.

@jakevdp - can you paste the 'pytest header' from running python setup.py test here? (just so we can see all the version numbers etc)

Ah wait you posted it above already, ignore me

OK, a different problem from the one I had, then...

@jakevdp - just had a thought, can you go inside astropy_helpers and check what the output of git status is?

$ cd astropy_helpers/
$ git status
# HEAD detached at 14ca346
nothing to commit, working directory clean

@jakevdp - thanks, and can you run git status at the root of the astropy repo?

@jakevdp - in astropy/tests/runner.py, can you edit the code on line 205 from:

        with set_temp_config(astropy_config, delete=True):
            with set_temp_cache(astropy_cache, delete=True):
                return pytest.main(args=args, plugins=self.keywords['plugins'])

to

        with set_temp_config(astropy_config, delete=True):
            with set_temp_cache(astropy_cache, delete=True):
                print("ARGS", args, self.keywords['plugins'])
                return pytest.main(args=args, plugins=self.keywords['plugins'])

and let us know the output of the print statement? (sorry to ask you to do this, but since we can't reproduce it, this is the only way)

For the record, I get:

ARGS ['/private/var/folders/zy/t1l3sx310d3d6p0kyxqzlrnr0000gr/T/astropy-test-3drl4733/lib.macosx-10.6-x86_64-3.5/astropy/stats', '/private/var/folders/zy/t1l3sx310d3d6p0kyxqzlrnr0000gr/T/astropy-test-3drl4733/docs/stats', '--doctest-rst', '--remote-data=none'] None
$ git status
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#   docs/modules/
nothing added to commit but untracked files present (use "git add" to track)
$ git rev-parse HEAD
fdd4295b5e8e5b6e978ccf26d46b6371151e662e

For the modified code, running python setup.py test, I get

ARGS ['/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-ce5zfeby/lib.macosx-10.5-x86_64-3.5/astropy', '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-ce5zfeby/docs', '--doctest-rst', '--remote-data=none'] None

How was the docs/modules generated? Maybe there are some stale stuff in there.

The first thing I did was try a new clone of the astropy repo to make sure everything was clean – it didn't fix the issue.

In any case, I removed docs/modules again and the doctests still aren't run.

I honestly think this issue is probably not worth worrying about, because it only happens on my ca. 2013 macbook and nobody else is able to reproduce. I'm using my 2013 macbook because the keyboard and trackpad on my 2016 macbook stopped working, but that's another story :smile:

Yeah, sorry to waste your time. I was just thinking aloud. Let's wait for @astrofrog 's final words on this.

@jakevdp - just to check, what version of OS X are you using?

@jakevdp - I'd be interested in one last attempt to identify the issue here, since even if you are the only one seeing it for now, it doesn't mean it won't come back again in future. With that in mind, could you clone my astropy fork ([email protected]:astrofrog/astropy.git), go to the debug-doctest branch, then run:

python setup.py test -P stats -a "-s"

and paste the full output here?

just to check, what version of OS X are you using?

10.12.3

$ git remote add astrofrog [email protected]:astrofrog/astropy.git
$ git fetch astrofrog
remote: Counting objects: 640, done.
remote: Total 640 (delta 417), reused 418 (delta 417), pack-reused 222
Receiving objects: 100% (640/640), 296.03 KiB | 0 bytes/s, done.
Resolving deltas: 100% (475/475), completed with 128 local objects.
$ git checkout -t astrofrog/debug-doctest
Branch debug-doctest set up to track remote branch debug-doctest from astrofrog.
Switched to a new branch 'debug-doctest'
$ git status
# On branch debug-doctest
nothing to commit, working directory clean
$ python setup.py test -P stats -a "-s"
running test
running build
running build_py
running pre_hook from astropy._erfa.setup_package for build_py command
running pre_hook from astropy.modeling.setup_package for build_py command
running build_ext
running pre_hook from astropy._erfa.setup_package for build_ext command
running pre_hook from astropy.modeling.setup_package for build_ext command
building 'astropy._compiler' extension
gcc -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/jakevdp/anaconda/include -arch x86_64 -I/Users/jakevdp/anaconda/include/python3.5m -c astropy/_compiler.c -o build/temp.macosx-10.5-x86_64-3.5/astropy/_compiler.o
gcc -bundle -undefined dynamic_lookup -L/Users/jakevdp/anaconda/lib -arch x86_64 build/temp.macosx-10.5-x86_64-3.5/astropy/_compiler.o -L/Users/jakevdp/anaconda/lib -o build/lib.macosx-10.5-x86_64-3.5/astropy/_compiler.cpython-35m-darwin.so
skipping 'astropy/table/_np_utils.c' Cython extension (up-to-date)
skipping 'astropy/table/_column_mixins.c' Cython extension (up-to-date)
skipping 'astropy/io/ascii/cparser.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_extend.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_fill.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_none.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_wrap.c' Cython extension (up-to-date)
skipping 'astropy/cosmology/scalar_inv_efuncs.c' Cython extension (up-to-date)
skipping 'astropy/stats/lombscargle/implementations/cython_impl.c' Cython extension (up-to-date)
ARGS ['/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats', '-s', '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/docs/stats', '--doctest-rst', '--remote-data=none'] None
====================================== test session starts ======================================
platform darwin -- Python 3.5.1, pytest-3.2.1, py-1.4.34, pluggy-0.4.0

Running tests with Astropy version 3.0.dev19959.
Running tests in lib.macosx-10.5-x86_64-3.5/astropy/stats docs/stats.

Date: 2017-09-15T11:49:19

Platform: Darwin-16.4.0-x86_64-i386-64bit

Executable: /Users/jakevdp/anaconda/bin/python

Full Python Version: 
3.5.1 |Continuum Analytics, Inc.| (default, Dec  7 2015, 11:24:55) 
[GCC 4.2.1 (Apple Inc. build 5577)]

encodings: sys: utf-8, locale: UTF-8, filesystem: utf-8
byteorder: little
float info: dig: 15, mant_dig: 15

Numpy: 1.13.1
Scipy: 0.19.1
Matplotlib: 2.0.2
h5py: not available
Pandas: 0.20.3
Cython: 0.23.4
Using Astropy options: remote_data: none.

rootdir: /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89, inifile: setup.cfg
collecting 0 items                                                                               FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py'>
find <module 'astropy.stats' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py'> None None None None
tests [<DocTest astropy.stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py:1 (no examples)>]
IN LOOP <DocTest astropy.stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py:1 (no examples)> []
collecting 0 items                                                                               FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py bayesian_blocks.py
HERE4
HERE5 <module 'astropy.stats.bayesian_blocks' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py'>
find <module 'astropy.stats.bayesian_blocks' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py'> None None None None
tests [<DocTest astropy.stats.bayesian_blocks from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:2 (no examples)>, <DocTest astropy.stats.bayesian_blocks.Events from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:400 (no examples)>, <DocTest astropy.stats.bayesian_blocks.FitnessFunc from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:160 (no examples)>, <DocTest astropy.stats.bayesian_blocks.FitnessFunc.compute_ncp_prior from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:290 (no examples)>, <DocTest astropy.stats.bayesian_blocks.FitnessFunc.fit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:305 (no examples)>, <DocTest astropy.stats.bayesian_blocks.FitnessFunc.p0_prior from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:273 (no examples)>, <DocTest astropy.stats.bayesian_blocks.FitnessFunc.validate_input from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:201 (no examples)>, <DocTest astropy.stats.bayesian_blocks.PointMeasures from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:492 (no examples)>, <DocTest astropy.stats.bayesian_blocks.RegularEvents from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:444 (no examples)>, <DocTest astropy.stats.bayesian_blocks.bayesian_blocks from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:58 (15 examples)>]
IN LOOP <DocTest astropy.stats.bayesian_blocks from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:2 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.Events from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:400 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.FitnessFunc from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:160 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.FitnessFunc.compute_ncp_prior from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:290 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.FitnessFunc.fit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:305 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.FitnessFunc.p0_prior from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:273 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.FitnessFunc.validate_input from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:201 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.PointMeasures from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:492 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.RegularEvents from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:444 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.bayesian_blocks from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:58 (15 examples)> [<doctest.Example object at 0x10ddab940>, <doctest.Example object at 0x10ddab630>, <doctest.Example object at 0x10ddab710>, <doctest.Example object at 0x10ddab588>, <doctest.Example object at 0x10ddaba20>, <doctest.Example object at 0x10ddab908>, <doctest.Example object at 0x10ddab7f0>, <doctest.Example object at 0x10ddab9b0>, <doctest.Example object at 0x10ddab9e8>, <doctest.Example object at 0x10ddabef0>, <doctest.Example object at 0x10ddabb00>, <doctest.Example object at 0x10ddabac8>, <doctest.Example object at 0x10ddaba58>, <doctest.Example object at 0x10ddabfd0>, <doctest.Example object at 0x10ddabb38>]
collecting 1 item                                                                                FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py biweight.py
HERE4
HERE5 <module 'astropy.stats.biweight' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py'>
find <module 'astropy.stats.biweight' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py'> None None None None
tests [<DocTest astropy.stats.biweight from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:1 (no examples)>, <DocTest astropy.stats.biweight.biweight_location from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (5 examples)>, <DocTest astropy.stats.biweight.biweight_midcorrelation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:559 (8 examples)>, <DocTest astropy.stats.biweight.biweight_midcovariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (9 examples)>, <DocTest astropy.stats.biweight.biweight_midvariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (5 examples)>, <DocTest astropy.stats.biweight.biweight_scale from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:119 (5 examples)>]
IN LOOP <DocTest astropy.stats.biweight from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:1 (no examples)> []
IN LOOP <DocTest astropy.stats.biweight.biweight_location from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (5 examples)> [<doctest.Example object at 0x10ddabda0>, <doctest.Example object at 0x10ddabd30>, <doctest.Example object at 0x10ddabcc0>, <doctest.Example object at 0x10ddabf98>, <doctest.Example object at 0x10ddabf60>]
IN LOOP <DocTest astropy.stats.biweight.biweight_midcorrelation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:559 (8 examples)> [<doctest.Example object at 0x10ddbf438>, <doctest.Example object at 0x10ddbf4a8>, <doctest.Example object at 0x10f97b048>, <doctest.Example object at 0x10f97b080>, <doctest.Example object at 0x10f97b0b8>, <doctest.Example object at 0x10f97b0f0>, <doctest.Example object at 0x10f97b128>, <doctest.Example object at 0x10f97b160>]
IN LOOP <DocTest astropy.stats.biweight.biweight_midcovariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (9 examples)> [<doctest.Example object at 0x10ddabe80>, <doctest.Example object at 0x10ddabc50>, <doctest.Example object at 0x10ddb81d0>, <doctest.Example object at 0x10ddb8198>, <doctest.Example object at 0x10ddbf3c8>, <doctest.Example object at 0x10ddbf208>, <doctest.Example object at 0x10ddbf2b0>, <doctest.Example object at 0x10ddbf470>, <doctest.Example object at 0x10ddbf390>]
IN LOOP <DocTest astropy.stats.biweight.biweight_midvariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (5 examples)> [<doctest.Example object at 0x10ddab6d8>, <doctest.Example object at 0x10ddab6a0>, <doctest.Example object at 0x10ddab668>, <doctest.Example object at 0x10ddabc88>, <doctest.Example object at 0x10ddabd68>]
IN LOOP <DocTest astropy.stats.biweight.biweight_scale from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:119 (5 examples)> [<doctest.Example object at 0x10f97b1d0>, <doctest.Example object at 0x10f97bcc0>, <doctest.Example object at 0x10f97bcf8>, <doctest.Example object at 0x10f97b208>, <doctest.Example object at 0x10f97b240>]
collecting 6 items                                                                               FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py circstats.py
HERE4
HERE5 <module 'astropy.stats.circstats' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py'>
find <module 'astropy.stats.circstats' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py'> None None None None
tests [<DocTest astropy.stats.circstats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:2 (no examples)>, <DocTest astropy.stats.circstats.circcorrcoef from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:211 (6 examples)>, <DocTest astropy.stats.circstats.circmean from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:60 (5 examples)>, <DocTest astropy.stats.circstats.circmoment from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:155 (5 examples)>, <DocTest astropy.stats.circstats.circvar from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:102 (5 examples)>, <DocTest astropy.stats.circstats.rayleightest from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:274 (5 examples)>, <DocTest astropy.stats.circstats.vonmisesmle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:415 (5 examples)>, <DocTest astropy.stats.circstats.vtest from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:341 (5 examples)>]
in if
test filter <DocTest astropy.stats.circstats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:2 (no examples)>
test filter <DocTest astropy.stats.circstats.circcorrcoef from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:211 (6 examples)>
test filter <DocTest astropy.stats.circstats.circmean from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:60 (5 examples)>
test filter <DocTest astropy.stats.circstats.circmoment from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:155 (5 examples)>
test filter <DocTest astropy.stats.circstats.circvar from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:102 (5 examples)>
test filter <DocTest astropy.stats.circstats.rayleightest from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:274 (5 examples)>
test filter <DocTest astropy.stats.circstats.vonmisesmle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:415 (5 examples)>
test filter <DocTest astropy.stats.circstats.vtest from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:341 (5 examples)>
check_required_modules ['scipy.stats']
in loop scipy.stats
find_module scipy.stats
failed
IN LOOP <DocTest astropy.stats.circstats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:2 (no examples)> []
IN LOOP <DocTest astropy.stats.circstats.circcorrcoef from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:211 (6 examples)> [<doctest.Example object at 0x10f97b9b0>, <doctest.Example object at 0x10f97b8d0>, <doctest.Example object at 0x10f97bac8>, <doctest.Example object at 0x10f97bb00>, <doctest.Example object at 0x10f97bb38>, <doctest.Example object at 0x10f97bb70>]
IN LOOP <DocTest astropy.stats.circstats.circmean from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:60 (5 examples)> [<doctest.Example object at 0x10f97bef0>, <doctest.Example object at 0x10f97bf28>, <doctest.Example object at 0x10f97b940>, <doctest.Example object at 0x10f97ba58>, <doctest.Example object at 0x10f97ba20>]
IN LOOP <DocTest astropy.stats.circstats.circmoment from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:155 (5 examples)> [<doctest.Example object at 0x10f98b080>, <doctest.Example object at 0x10f98b0b8>, <doctest.Example object at 0x10f98b0f0>, <doctest.Example object at 0x10f98b128>, <doctest.Example object at 0x10f98b160>]
IN LOOP <DocTest astropy.stats.circstats.circvar from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:102 (5 examples)> [<doctest.Example object at 0x10f97bbe0>, <doctest.Example object at 0x10f97bba8>, <doctest.Example object at 0x10f97bc50>, <doctest.Example object at 0x10f97bc88>, <doctest.Example object at 0x10f97bd30>]
IN LOOP <DocTest astropy.stats.circstats.rayleightest from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:274 (5 examples)> [<doctest.Example object at 0x10f97bf98>, <doctest.Example object at 0x10f97bfd0>, <doctest.Example object at 0x10f97b6a0>, <doctest.Example object at 0x10f97b710>, <doctest.Example object at 0x10f97b748>]
IN LOOP <DocTest astropy.stats.circstats.vonmisesmle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:415 (5 examples)> [<doctest.Example object at 0x10f97bdd8>, <doctest.Example object at 0x10f97be10>, <doctest.Example object at 0x10f97b630>, <doctest.Example object at 0x10f97b6d8>, <doctest.Example object at 0x10f97b7f0>]
collecting 12 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py funcs.py
HERE4
HERE5 <module 'astropy.stats.funcs' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py'>
find <module 'astropy.stats.funcs' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py'> None None None None
tests [<DocTest astropy.stats.funcs from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1 (no examples)>, <DocTest astropy.stats.funcs._kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1200 (no examples)>, <DocTest astropy.stats.funcs._mpmath_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1123 (no examples)>, <DocTest astropy.stats.funcs._scipy_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1038 (no examples)>, <DocTest astropy.stats.funcs.binned_binom_proportion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:279 (9 examples)>, <DocTest astropy.stats.funcs.binom_conf_interval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:52 (6 examples)>, <DocTest astropy.stats.funcs.bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:925 (17 examples)>, <DocTest astropy.stats.funcs.mad_std from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:823 (5 examples)>, <DocTest astropy.stats.funcs.median_absolute_deviation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:468 (6 examples)>, <DocTest astropy.stats.funcs.poisson_conf_interval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:468 (6 examples)>, <DocTest astropy.stats.funcs.signal_to_noise_oir_ccd from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:883 (no examples)>]
in if
test filter <DocTest astropy.stats.funcs from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1 (no examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs._kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1200 (no examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs._mpmath_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1123 (no examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs._scipy_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1038 (no examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs.binned_binom_proportion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:279 (9 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs.binom_conf_interval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:52 (6 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
check_required_modules ['scipy.special']
in loop scipy.special
find_module scipy.special
failed
test filter <DocTest astropy.stats.funcs.bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:925 (17 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs.mad_std from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:823 (5 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs.median_absolute_deviation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:468 (6 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs.poisson_conf_interval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:468 (6 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
check_required_modules ['scipy.special', 'scipy.optimize', 'scipy.integrate']
in loop scipy.special
mod in cls._import_cache
not cls._import_cache[mod]
test filter <DocTest astropy.stats.funcs.signal_to_noise_oir_ccd from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:883 (no examples)>
pat binned_binom_proportion ['binned_binom_proportion']
IN LOOP <DocTest astropy.stats.funcs from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1 (no examples)> []
IN LOOP <DocTest astropy.stats.funcs._kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1200 (no examples)> []
IN LOOP <DocTest astropy.stats.funcs._mpmath_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1123 (no examples)> []
IN LOOP <DocTest astropy.stats.funcs._scipy_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1038 (no examples)> []
IN LOOP <DocTest astropy.stats.funcs.bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:925 (17 examples)> [<doctest.Example object at 0x10f98bf28>, <doctest.Example object at 0x10f98b780>, <doctest.Example object at 0x10f98b1d0>, <doctest.Example object at 0x10f98b2b0>, <doctest.Example object at 0x10f98b2e8>, <doctest.Example object at 0x10f98b198>, <doctest.Example object at 0x10f98b208>, <doctest.Example object at 0x10f98b320>, <doctest.Example object at 0x10f98b358>, <doctest.Example object at 0x10f98b518>, <doctest.Example object at 0x10f98b400>, <doctest.Example object at 0x10f98b4e0>, <doctest.Example object at 0x10f98b5c0>, <doctest.Example object at 0x10f98b5f8>, <doctest.Example object at 0x10f98b6a0>, <doctest.Example object at 0x10f98b6d8>, <doctest.Example object at 0x10f98b710>]
IN LOOP <DocTest astropy.stats.funcs.mad_std from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:823 (5 examples)> [<doctest.Example object at 0x10f98bf98>, <doctest.Example object at 0x10f98bef0>, <doctest.Example object at 0x10dd89048>, <doctest.Example object at 0x10dd89080>, <doctest.Example object at 0x10dd890b8>]
IN LOOP <DocTest astropy.stats.funcs.median_absolute_deviation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:468 (6 examples)> [<doctest.Example object at 0x10f98b978>, <doctest.Example object at 0x10f98b9b0>, <doctest.Example object at 0x10f98bd68>, <doctest.Example object at 0x10f98bda0>, <doctest.Example object at 0x10f98b9e8>, <doctest.Example object at 0x10f98ba20>]
IN LOOP <DocTest astropy.stats.funcs.signal_to_noise_oir_ccd from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:883 (no examples)> []
collecting 15 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py histogram.py
HERE4
HERE5 <module 'astropy.stats.histogram' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py'>
find <module 'astropy.stats.histogram' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py'> None None None None
tests [<DocTest astropy.stats.histogram from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:2 (no examples)>, <DocTest astropy.stats.histogram._KnuthF from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:284 (no examples)>, <DocTest astropy.stats.histogram._KnuthF.bins from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:324 (no examples)>, <DocTest astropy.stats.histogram._KnuthF.eval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:331 (no examples)>, <DocTest astropy.stats.histogram.freedman_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:157 (no examples)>, <DocTest astropy.stats.histogram.histogram from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:21 (no examples)>, <DocTest astropy.stats.histogram.knuth_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:221 (no examples)>, <DocTest astropy.stats.histogram.scott_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:96 (no examples)>]
IN LOOP <DocTest astropy.stats.histogram from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:2 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram._KnuthF from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:284 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram._KnuthF.bins from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:324 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram._KnuthF.eval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:331 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram.freedman_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:157 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram.histogram from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:21 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram.knuth_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:221 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram.scott_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:96 (no examples)> []
collecting 15 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py info_theory.py
HERE4
HERE5 <module 'astropy.stats.info_theory' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py'>
find <module 'astropy.stats.info_theory' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py'> None None None None
tests [<DocTest astropy.stats.info_theory from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:2 (no examples)>, <DocTest astropy.stats.info_theory.akaike_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:201 (8 examples)>, <DocTest astropy.stats.info_theory.akaike_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:307 (22 examples)>, <DocTest astropy.stats.info_theory.bayesian_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:18 (9 examples)>, <DocTest astropy.stats.info_theory.bayesian_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:117 (18 examples)>]
in if
test filter <DocTest astropy.stats.info_theory from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:2 (no examples)>
test filter <DocTest astropy.stats.info_theory.akaike_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:201 (8 examples)>
test filter <DocTest astropy.stats.info_theory.akaike_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:307 (22 examples)>
check_required_modules ['scipy']
in loop scipy
find_module scipy
succeeded
test filter <DocTest astropy.stats.info_theory.bayesian_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:18 (9 examples)>
test filter <DocTest astropy.stats.info_theory.bayesian_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:117 (18 examples)>
check_required_modules ['scipy']
in loop scipy
mod in cls._import_cache
find_module scipy
succeeded
IN LOOP <DocTest astropy.stats.info_theory from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:2 (no examples)> []
IN LOOP <DocTest astropy.stats.info_theory.akaike_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:201 (8 examples)> [<doctest.Example object at 0x10dd89780>, <doctest.Example object at 0x10dd89710>, <doctest.Example object at 0x10dd896d8>, <doctest.Example object at 0x10dd897b8>, <doctest.Example object at 0x10dd897f0>, <doctest.Example object at 0x10dd89828>, <doctest.Example object at 0x10dd89860>, <doctest.Example object at 0x10dd89898>]
IN LOOP <DocTest astropy.stats.info_theory.akaike_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:307 (22 examples)> [<doctest.Example object at 0x10f98be80>, <doctest.Example object at 0x10f98b908>, <doctest.Example object at 0x10f98bd30>, <doctest.Example object at 0x10dd89ef0>, <doctest.Example object at 0x10dd89eb8>, <doctest.Example object at 0x10dd89630>, <doctest.Example object at 0x10dd894e0>, <doctest.Example object at 0x10dd89400>, <doctest.Example object at 0x10dd89240>, <doctest.Example object at 0x10dd895f8>, <doctest.Example object at 0x10dd890f0>, <doctest.Example object at 0x10dd89470>, <doctest.Example object at 0x10dd89438>, <doctest.Example object at 0x10dd89278>, <doctest.Example object at 0x10dd89518>, <doctest.Example object at 0x10dd89128>, <doctest.Example object at 0x10dd894a8>, <doctest.Example object at 0x10dd89198>, <doctest.Example object at 0x10dd89160>, <doctest.Example object at 0x10dd891d0>, <doctest.Example object at 0x10dd89208>, <doctest.Example object at 0x10dd892b0>]
IN LOOP <DocTest astropy.stats.info_theory.bayesian_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:18 (9 examples)> [<doctest.Example object at 0x10dd89390>, <doctest.Example object at 0x10dd89320>, <doctest.Example object at 0x10dd892e8>, <doctest.Example object at 0x10dd893c8>, <doctest.Example object at 0x10dd89550>, <doctest.Example object at 0x10dd89588>, <doctest.Example object at 0x10dd895c0>, <doctest.Example object at 0x10dd89668>, <doctest.Example object at 0x10dd896a0>]
IN LOOP <DocTest astropy.stats.info_theory.bayesian_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:117 (18 examples)> [<doctest.Example object at 0x10dd89978>, <doctest.Example object at 0x10dd89908>, <doctest.Example object at 0x10dd898d0>, <doctest.Example object at 0x10dd899b0>, <doctest.Example object at 0x10dd899e8>, <doctest.Example object at 0x10dd89a20>, <doctest.Example object at 0x10dd89a58>, <doctest.Example object at 0x10dd89a90>, <doctest.Example object at 0x10dd89ac8>, <doctest.Example object at 0x10dd89b00>, <doctest.Example object at 0x10dd89b38>, <doctest.Example object at 0x10dd89b70>, <doctest.Example object at 0x10dd89ba8>, <doctest.Example object at 0x10dd89be0>, <doctest.Example object at 0x10dd89c18>, <doctest.Example object at 0x10dd89c50>, <doctest.Example object at 0x10dd89c88>, <doctest.Example object at 0x10dd89cc0>]
collecting 19 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py jackknife.py
HERE4
HERE5 <module 'astropy.stats.jackknife' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py'>
find <module 'astropy.stats.jackknife' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py'> None None None None
tests [<DocTest astropy.stats.jackknife.jackknife_resampling from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py:13 (no examples)>, <DocTest astropy.stats.jackknife.jackknife_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py:61 (19 examples)>]
in if
test filter <DocTest astropy.stats.jackknife.jackknife_resampling from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py:13 (no examples)>
test filter <DocTest astropy.stats.jackknife.jackknife_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py:61 (19 examples)>
check_required_modules ['scipy.special']
in loop scipy.special
mod in cls._import_cache
not cls._import_cache[mod]
IN LOOP <DocTest astropy.stats.jackknife.jackknife_resampling from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py:13 (no examples)> []
collecting 19 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/setup_package.py setup_package.py
HERE4
HERE5 <module 'astropy.stats.setup_package' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/setup_package.py'>
find <module 'astropy.stats.setup_package' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/setup_package.py'> None None None None
tests []
collecting 19 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py sigma_clipping.py
HERE4
HERE5 <module 'astropy.stats.sigma_clipping' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py'>
find <module 'astropy.stats.sigma_clipping' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py'> None None None None
tests [<DocTest astropy.stats.sigma_clipping.SigmaClip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:14 (17 examples)>, <DocTest astropy.stats.sigma_clipping.SigmaClip.__call__ from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:163 (no examples)>, <DocTest astropy.stats.sigma_clipping.SigmaClip._perform_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:133 (no examples)>, <DocTest astropy.stats.sigma_clipping.sigma_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:220 (14 examples)>, <DocTest astropy.stats.sigma_clipping.sigma_clipped_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:365 (no examples)>]
IN LOOP <DocTest astropy.stats.sigma_clipping.SigmaClip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:14 (17 examples)> [<doctest.Example object at 0x10dda6a20>, <doctest.Example object at 0x10dda62b0>, <doctest.Example object at 0x10dda61d0>, <doctest.Example object at 0x10dda6278>, <doctest.Example object at 0x10dda65c0>, <doctest.Example object at 0x10dda6198>, <doctest.Example object at 0x10dda63c8>, <doctest.Example object at 0x10dda6c50>, <doctest.Example object at 0x10dda6c88>, <doctest.Example object at 0x10dda6160>, <doctest.Example object at 0x10dda62e8>, <doctest.Example object at 0x10dda64a8>, <doctest.Example object at 0x10dda6128>, <doctest.Example object at 0x10dda6588>, <doctest.Example object at 0x10dda66a0>, <doctest.Example object at 0x10dda6668>, <doctest.Example object at 0x10dda6518>]
IN LOOP <DocTest astropy.stats.sigma_clipping.SigmaClip.__call__ from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:163 (no examples)> []
IN LOOP <DocTest astropy.stats.sigma_clipping.SigmaClip._perform_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:133 (no examples)> []
IN LOOP <DocTest astropy.stats.sigma_clipping.sigma_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:220 (14 examples)> [<doctest.Example object at 0x10dda6780>, <doctest.Example object at 0x10dda67f0>, <doctest.Example object at 0x10dda6828>, <doctest.Example object at 0x10dda6710>, <doctest.Example object at 0x10dda6748>, <doctest.Example object at 0x10dda6860>, <doctest.Example object at 0x10dda6898>, <doctest.Example object at 0x10dda68d0>, <doctest.Example object at 0x10dda6908>, <doctest.Example object at 0x10dda6940>, <doctest.Example object at 0x10dda6978>, <doctest.Example object at 0x10dda69b0>, <doctest.Example object at 0x10dda6a58>, <doctest.Example object at 0x10dda6a90>]
IN LOOP <DocTest astropy.stats.sigma_clipping.sigma_clipped_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:365 (no examples)> []
collecting 21 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py spatial.py
HERE4
HERE5 <module 'astropy.stats.spatial' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py'>
find <module 'astropy.stats.spatial' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py'> None None None None
tests [<DocTest astropy.stats.spatial from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:1 (no examples)>, <DocTest astropy.stats.spatial.RipleysKEstimator from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:13 (12 examples)>, <DocTest astropy.stats.spatial.RipleysKEstimator.Hfunction from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:167 (no examples)>, <DocTest astropy.stats.spatial.RipleysKEstimator.Lfunction from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:159 (no examples)>, <DocTest astropy.stats.spatial.RipleysKEstimator.evaluate from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:175 (no examples)>, <DocTest astropy.stats.spatial.RipleysKEstimator.poisson from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:141 (no examples)>]
IN LOOP <DocTest astropy.stats.spatial from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:1 (no examples)> []
IN LOOP <DocTest astropy.stats.spatial.RipleysKEstimator from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:13 (12 examples)> [<doctest.Example object at 0x10dd89f98>, <doctest.Example object at 0x10f98b8d0>, <doctest.Example object at 0x10f98bc50>, <doctest.Example object at 0x10f98bc18>, <doctest.Example object at 0x10f98ba58>, <doctest.Example object at 0x10f98beb8>, <doctest.Example object at 0x10f98bdd8>, <doctest.Example object at 0x10f98b898>, <doctest.Example object at 0x10f98b668>, <doctest.Example object at 0x10f98b278>, <doctest.Example object at 0x10dde2160>, <doctest.Example object at 0x10df22a90>]
IN LOOP <DocTest astropy.stats.spatial.RipleysKEstimator.Hfunction from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:167 (no examples)> []
IN LOOP <DocTest astropy.stats.spatial.RipleysKEstimator.Lfunction from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:159 (no examples)> []
IN LOOP <DocTest astropy.stats.spatial.RipleysKEstimator.evaluate from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:175 (no examples)> []
IN LOOP <DocTest astropy.stats.spatial.RipleysKEstimator.poisson from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:141 (no examples)> []
collecting 22 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats.lombscargle' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py'>
find <module 'astropy.stats.lombscargle' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py'> None None None None
tests [<DocTest astropy.stats.lombscargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py:2 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py:2 (no examples)> []
collecting 22 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py _statistics.py
HERE4
HERE5 <module 'astropy.stats.lombscargle._statistics' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py'>
find <module 'astropy.stats.lombscargle._statistics' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py'> None None None None
tests [<DocTest astropy.stats.lombscargle._statistics from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:0 (no examples)>, <DocTest astropy.stats.lombscargle._statistics._bootstrap_max from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:340 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.cdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:206 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:441 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:382 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:315 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:353 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:291 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:269 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:103 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.inv_fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.inv_fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:363 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.inv_fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.inv_fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:280 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.inv_fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:154 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.pdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.tau_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:241 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle._statistics from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:0 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics._bootstrap_max from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:340 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.cdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:206 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:441 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:382 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:315 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:353 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:291 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:269 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:103 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.inv_fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.inv_fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:363 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.inv_fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.inv_fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:280 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.inv_fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:154 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.pdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.tau_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:241 (no examples)> []
collecting 22 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py core.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.core' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py'>
find <module 'astropy.stats.lombscargle.core' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.core from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:0 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:30 (13 examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.autofrequency from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:171 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.autopower from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:230 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.distribution from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:371 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:477 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:406 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.model from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:346 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.power from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:285 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.core from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:0 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:30 (13 examples)> [<doctest.Example object at 0x10dda6c18>, <doctest.Example object at 0x10dda6dd8>, <doctest.Example object at 0x10dda6320>, <doctest.Example object at 0x10dda6f98>, <doctest.Example object at 0x10dda6e80>, <doctest.Example object at 0x10dda6eb8>, <doctest.Example object at 0x10dda60b8>, <doctest.Example object at 0x10dda6470>, <doctest.Example object at 0x10dda6f28>, <doctest.Example object at 0x10dda6e48>, <doctest.Example object at 0x10dda6438>, <doctest.Example object at 0x10dda6048>, <doctest.Example object at 0x10dda6da0>]
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.autofrequency from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:171 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.autopower from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:230 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.distribution from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:371 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:477 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:406 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.model from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:346 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.power from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:285 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py statistics.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.statistics' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py'>
find <module 'astropy.stats.lombscargle.statistics' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.statistics from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:0 (no examples)>, <DocTest astropy.stats.lombscargle.statistics._bootstrap_max from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:338 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.cdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:203 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:441 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:380 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:313 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:351 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:289 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:267 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:100 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.inv_fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.inv_fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:361 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.inv_fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.inv_fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:278 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.inv_fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:152 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.pdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.tau_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:239 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.statistics from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:0 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics._bootstrap_max from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:338 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.cdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:203 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:441 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:380 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:313 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:351 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:289 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:267 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:100 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.inv_fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.inv_fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:361 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.inv_fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.inv_fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:278 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.inv_fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:152 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.pdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.tau_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:239 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py utils.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.utils' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py'>
find <module 'astropy.stats.lombscargle.utils' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.utils.compute_chi2_ref from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py:7 (no examples)>, <DocTest astropy.stats.lombscargle.utils.convert_normalization from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py:41 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.utils.compute_chi2_ref from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py:7 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.utils.convert_normalization from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py:41 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py'>
find <module 'astropy.stats.lombscargle.implementations' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py:0 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py:0 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py chi2_impl.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.chi2_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py'>
find <module 'astropy.stats.lombscargle.implementations.chi2_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.chi2_impl.lombscargle_chi2 from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py:9 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.chi2_impl.lombscargle_chi2 from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py:9 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py fast_impl.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.fast_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py'>
find <module 'astropy.stats.lombscargle.implementations.fast_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.fast_impl.lombscargle_fast from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py:10 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.fast_impl.lombscargle_fast from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py:10 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py fastchi2_impl.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.fastchi2_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py'>
find <module 'astropy.stats.lombscargle.implementations.fastchi2_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.fastchi2_impl.lombscargle_fastchi2 from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py:11 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.fastchi2_impl.lombscargle_fastchi2 from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py:11 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py main.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.main' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py'>
find <module 'astropy.stats.lombscargle.implementations.main' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.main from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:0 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.main._get_frequency_grid from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:60 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.main.lombscargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:128 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.main.validate_method from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:87 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.main from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:0 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.main._get_frequency_grid from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:60 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.main.lombscargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:128 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.main.validate_method from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:87 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py mle.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.mle' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py'>
find <module 'astropy.stats.lombscargle.implementations.mle' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.mle.design_matrix from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py:7 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.mle.periodic_fit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py:59 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.mle.design_matrix from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py:7 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.mle.periodic_fit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py:59 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py scipy_impl.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.scipy_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py'>
find <module 'astropy.stats.lombscargle.implementations.scipy_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.scipy_impl.lombscargle_scipy from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py:7 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.scipy_impl.lombscargle_scipy from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py:7 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py slow_impl.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.slow_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py'>
find <module 'astropy.stats.lombscargle.implementations.slow_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.slow_impl.lombscargle_slow from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py:8 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.slow_impl.lombscargle_slow from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py:8 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py utils.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.utils' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py'>
find <module 'astropy.stats.lombscargle.implementations.utils' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.utils.add_at from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:9 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.utils.bitceil from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:26 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.utils.extirpolate from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:42 (7 examples)>, <DocTest astropy.stats.lombscargle.implementations.utils.trig_sum from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:109 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.utils.add_at from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:9 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.utils.bitceil from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:26 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.utils.extirpolate from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:42 (7 examples)> [<doctest.Example object at 0x10dd3a470>, <doctest.Example object at 0x10dd3a390>, <doctest.Example object at 0x10dd3a400>, <doctest.Example object at 0x10dd3a7f0>, <doctest.Example object at 0x10dd3a080>, <doctest.Example object at 0x10dd3a438>, <doctest.Example object at 0x10dd3a208>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.utils.trig_sum from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:109 (no examples)> []
collecting 24 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/__init__.py'>
find <module 'astropy.stats.lombscargle.implementations.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/__init__.py'> None None None None
tests []
collecting 24 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/test_mle.py test_mle.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.tests.test_mle' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.lombscargle.implementations.tests.test_mle' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests []
collecting 48 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/test_utils.py test_utils.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.tests.test_utils' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.lombscargle.implementations.tests.test_utils' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests []
collecting 93 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/__init__.py'>
find <module 'astropy.stats.lombscargle.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/__init__.py'> None None None None
tests []
collecting 93 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_lombscargle.py test_lombscargle.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.tests.test_lombscargle' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.lombscargle.tests.test_lombscargle' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests [<DocTest astropy.stats.lombscargle.tests.test_lombscargle.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_lombscargle.py:18 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.tests.test_lombscargle.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_lombscargle.py:18 (no examples)> []
collecting 1001 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py test_statistics.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.tests.test_statistics' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.lombscargle.tests.test_statistics' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests [<DocTest astropy.stats.lombscargle.tests.test_statistics.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py:22 (no examples)>, <DocTest astropy.stats.lombscargle.tests.test_statistics.null_data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py:35 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.tests.test_statistics.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py:22 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.tests.test_statistics.null_data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py:35 (no examples)> []
collecting 1175 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_utils.py test_utils.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.tests.test_utils' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.lombscargle.tests.test_utils' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests [<DocTest astropy.stats.lombscargle.tests.test_utils.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_utils.py:13 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.tests.test_utils.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_utils.py:13 (no examples)> []
collecting 1191 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/__init__.py'>
find <module 'astropy.stats.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/__init__.py'> None None None None
tests []
collecting 1191 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_bayesian_blocks.py test_bayesian_blocks.py
HERE4
HERE5 <module 'astropy.stats.tests.test_bayesian_blocks' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.tests.test_bayesian_blocks' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests [<DocTest astropy.stats.tests.test_bayesian_blocks.test_fitness_function_results from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_bayesian_blocks.py:118 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_bayesian_blocks.test_fitness_function_results from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_bayesian_blocks.py:118 (no examples)> []
collecting 1198 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py test_biweight.py
HERE4
HERE5 <module 'astropy.stats.tests.test_biweight' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.tests.test_biweight' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests [<DocTest astropy.stats.tests.test_biweight.test_biweight_location_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:31 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_biweight_location_axis_3d from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:53 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_biweight_midcovariance_midvariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:167 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_biweight_midcovariance_symmetric from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:209 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_biweight_midvariance_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:104 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_biweight_midvariance_axis_3d from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:126 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_midcovariance_M_shape from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:196 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_midcovariance_shape from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:185 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_location_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:31 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_location_axis_3d from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:53 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_midcovariance_midvariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:167 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_midcovariance_symmetric from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:209 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_midvariance_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:104 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_midvariance_axis_3d from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:126 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_midcovariance_M_shape from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:196 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_midcovariance_shape from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:185 (no examples)> []
collecting 1216 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_circstats.py test_circstats.py
HERE4
HERE5 <module 'astropy.stats.tests.test_circstats' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.tests.test_circstats' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests []
collecting 1225 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py test_funcs.py
HERE4
HERE5 <module 'astropy.stats.tests.test_funcs' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.tests.test_funcs' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests [<DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:494 (no examples)>, <DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels_2sigma from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:515 (no examples)>, <DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels_3sigma from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:541 (no examples)>, <DocTest astropy.stats.tests.test_funcs.test_scipy_poisson_limit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:571 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:494 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels_2sigma from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:515 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels_3sigma from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:541 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_funcs.test_scipy_poisson_limit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:571 (no examples)> []
collecting 1270 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_histogram.py test_histogram.py
HERE4
HERE5 <module 'astropy.stats.tests.test_histogram' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.tests.test_histogram' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests []
collecting 1279 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_info_theory.py test_info_theory.py
HERE4
HERE5 <module 'astropy.stats.tests.test_info_theory' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.tests.test_info_theory' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests [<DocTest astropy.stats.tests.test_info_theory.test_bayesian_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_info_theory.py:50 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_info_theory.test_bayesian_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_info_theory.py:50 (no examples)> []
collecting 1283 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_jackknife.py test_jackknife.py
HERE4
HERE5 <module 'astropy.stats.tests.test_jackknife' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.tests.test_jackknife' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests []
collecting 1286 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py test_sigma_clipping.py
HERE4
HERE5 <module 'astropy.stats.tests.test_sigma_clipping' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.tests.test_sigma_clipping' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests [<DocTest astropy.stats.tests.test_sigma_clipping.test_invalid_sigma_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:143 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigma_clip_scalar_mask from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:84 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigma_clipped_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:100 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_empty from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:190 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_empty_masked from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:180 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_fully_masked from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:169 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_negative_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:162 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_invalid_sigma_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:143 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigma_clip_scalar_mask from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:84 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigma_clipped_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:100 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_empty from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:190 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_empty_masked from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:180 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_fully_masked from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:169 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_negative_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:162 (no examples)> []
collecting 1297 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_spatial.py test_spatial.py
HERE4
HERE5 <module 'astropy.stats.tests.test_spatial' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)>
find <module 'astropy.stats.tests.test_spatial' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109d84358>)> None None None None
tests [<DocTest astropy.stats.tests.test_spatial.test_ripley_K_implementation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_spatial.py:17 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_spatial.test_ripley_K_implementation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-_pudow89/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_spatial.py:17 (no examples)> []
collected 1309 items                                                                             

astropy/stats/bayesian_blocks.py .
astropy/stats/biweight.py .....
astropy/stats/circstats.py ......
astropy/stats/funcs.py ...
astropy/stats/info_theory.py ....
astropy/stats/sigma_clipping.py ..
astropy/stats/spatial.py .
astropy/stats/lombscargle/core.py .
astropy/stats/lombscargle/implementations/utils.py .
astropy/stats/lombscargle/implementations/tests/test_mle.py ........................
astropy/stats/lombscargle/implementations/tests/test_utils.py .............................................
astropy/stats/lombscargle/tests/test_lombscargle.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
astropy/stats/lombscargle/tests/test_statistics.py ..............................................................................................................................................................................
astropy/stats/lombscargle/tests/test_utils.py ................
astropy/stats/tests/test_bayesian_blocks.py .......
astropy/stats/tests/test_biweight.py ..................
astropy/stats/tests/test_circstats.py .........
astropy/stats/tests/test_funcs.py ...........x.............................s..s
astropy/stats/tests/test_histogram.py .........
astropy/stats/tests/test_info_theory.py ....
astropy/stats/tests/test_jackknife.py ...
astropy/stats/tests/test_sigma_clipping.py ...........
astropy/stats/tests/test_spatial.py ............

====================== 1306 passed, 2 skipped, 1 xfailed in 21.47 seconds =======================

@jakevdp - this is helpful, thanks! Could you pull the latest change from debug-doctest and run again, and put the output here again?

$ git rev-parse HEAD
727d49888984301d90842e2d3965f279035fa1d9
$ python setup.py test -P stats -a "-s"
running test
running build
running build_py
running pre_hook from astropy._erfa.setup_package for build_py command
running pre_hook from astropy.modeling.setup_package for build_py command
running build_ext
running pre_hook from astropy._erfa.setup_package for build_ext command
running pre_hook from astropy.modeling.setup_package for build_ext command
building 'astropy._compiler' extension
gcc -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/jakevdp/anaconda/include -arch x86_64 -I/Users/jakevdp/anaconda/include/python3.5m -c astropy/_compiler.c -o build/temp.macosx-10.5-x86_64-3.5/astropy/_compiler.o
gcc -bundle -undefined dynamic_lookup -L/Users/jakevdp/anaconda/lib -arch x86_64 build/temp.macosx-10.5-x86_64-3.5/astropy/_compiler.o -L/Users/jakevdp/anaconda/lib -o build/lib.macosx-10.5-x86_64-3.5/astropy/_compiler.cpython-35m-darwin.so
skipping 'astropy/table/_np_utils.c' Cython extension (up-to-date)
skipping 'astropy/table/_column_mixins.c' Cython extension (up-to-date)
skipping 'astropy/io/ascii/cparser.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_extend.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_fill.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_none.c' Cython extension (up-to-date)
skipping 'astropy/convolution/boundary_wrap.c' Cython extension (up-to-date)
skipping 'astropy/cosmology/scalar_inv_efuncs.c' Cython extension (up-to-date)
skipping 'astropy/stats/lombscargle/implementations/cython_impl.c' Cython extension (up-to-date)
ARGS ['/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats', '-s', '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/docs/stats', '--doctest-rst', '--remote-data=none'] None
====================================== test session starts ======================================
platform darwin -- Python 3.5.1, pytest-3.2.1, py-1.4.34, pluggy-0.4.0

Running tests with Astropy version 3.0.dev19961.
Running tests in lib.macosx-10.5-x86_64-3.5/astropy/stats docs/stats.

Date: 2017-09-15T13:17:11

Platform: Darwin-16.4.0-x86_64-i386-64bit

Executable: /Users/jakevdp/anaconda/bin/python

Full Python Version: 
3.5.1 |Continuum Analytics, Inc.| (default, Dec  7 2015, 11:24:55) 
[GCC 4.2.1 (Apple Inc. build 5577)]

encodings: sys: utf-8, locale: UTF-8, filesystem: utf-8
byteorder: little
float info: dig: 15, mant_dig: 15

Numpy: 1.13.1
Scipy: 0.19.1
Matplotlib: 2.0.2
h5py: not available
Pandas: 0.20.3
Cython: 0.23.4
Using Astropy options: remote_data: none.

rootdir: /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp, inifile: setup.cfg
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/setup_package.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__pycache__/__init__.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__pycache__/bayesian_blocks.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__pycache__/biweight.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__pycache__/circstats.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__pycache__/funcs.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__pycache__/histogram.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__pycache__/info_theory.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__pycache__/jackknife.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__pycache__/sigma_clipping.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__pycache__/spatial.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__pycache__/__init__.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__pycache__/_statistics.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__pycache__/core.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__pycache__/statistics.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/cython_impl.cpython-35m-darwin.so <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__pycache__/__init__.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__pycache__/chi2_impl.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__pycache__/fast_impl.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__pycache__/fastchi2_impl.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__pycache__/main.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__pycache__/mle.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__pycache__/scipy_impl.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__pycache__/slow_impl.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__pycache__/utils.cpython-35.pyc <Session 'astropy-test-vocq1cbp'>
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/__init__.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/test_mle.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/test_utils.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/__init__.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_lombscargle.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_utils.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/__init__.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_bayesian_blocks.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_circstats.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_histogram.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_info_theory.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_jackknife.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_spatial.py <Session 'astropy-test-vocq1cbp'>
PATH1
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/docs/stats/circ.rst <Session 'astropy-test-vocq1cbp'>
RST ['', 'private', 'var', 'folders', '_q', '9lrsb4wj1b5gy71vm32kqjy80000gn', 'T', 'astropy-test-vocq1cbp', 'docs', 'stats', 'circ.rst']
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/docs/stats/index.rst <Session 'astropy-test-vocq1cbp'>
RST ['', 'private', 'var', 'folders', '_q', '9lrsb4wj1b5gy71vm32kqjy80000gn', 'T', 'astropy-test-vocq1cbp', 'docs', 'stats', 'index.rst']
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/docs/stats/lombscargle.rst <Session 'astropy-test-vocq1cbp'>
RST ['', 'private', 'var', 'folders', '_q', '9lrsb4wj1b5gy71vm32kqjy80000gn', 'T', 'astropy-test-vocq1cbp', 'docs', 'stats', 'lombscargle.rst']
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/docs/stats/ripley.rst <Session 'astropy-test-vocq1cbp'>
RST ['', 'private', 'var', 'folders', '_q', '9lrsb4wj1b5gy71vm32kqjy80000gn', 'T', 'astropy-test-vocq1cbp', 'docs', 'stats', 'ripley.rst']
COLLECT /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/docs/stats/robust.rst <Session 'astropy-test-vocq1cbp'>
RST ['', 'private', 'var', 'folders', '_q', '9lrsb4wj1b5gy71vm32kqjy80000gn', 'T', 'astropy-test-vocq1cbp', 'docs', 'stats', 'robust.rst']
collecting 0 items                                                                               FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py'>
find <module 'astropy.stats' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py'> None None None None
tests [<DocTest astropy.stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py:1 (no examples)>]
IN LOOP <DocTest astropy.stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/__init__.py:1 (no examples)> []
collecting 0 items                                                                               FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py bayesian_blocks.py
HERE4
HERE5 <module 'astropy.stats.bayesian_blocks' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py'>
find <module 'astropy.stats.bayesian_blocks' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py'> None None None None
tests [<DocTest astropy.stats.bayesian_blocks from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:2 (no examples)>, <DocTest astropy.stats.bayesian_blocks.Events from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:400 (no examples)>, <DocTest astropy.stats.bayesian_blocks.FitnessFunc from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:160 (no examples)>, <DocTest astropy.stats.bayesian_blocks.FitnessFunc.compute_ncp_prior from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:290 (no examples)>, <DocTest astropy.stats.bayesian_blocks.FitnessFunc.fit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:305 (no examples)>, <DocTest astropy.stats.bayesian_blocks.FitnessFunc.p0_prior from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:273 (no examples)>, <DocTest astropy.stats.bayesian_blocks.FitnessFunc.validate_input from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:201 (no examples)>, <DocTest astropy.stats.bayesian_blocks.PointMeasures from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:492 (no examples)>, <DocTest astropy.stats.bayesian_blocks.RegularEvents from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:444 (no examples)>, <DocTest astropy.stats.bayesian_blocks.bayesian_blocks from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:58 (15 examples)>]
IN LOOP <DocTest astropy.stats.bayesian_blocks from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:2 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.Events from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:400 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.FitnessFunc from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:160 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.FitnessFunc.compute_ncp_prior from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:290 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.FitnessFunc.fit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:305 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.FitnessFunc.p0_prior from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:273 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.FitnessFunc.validate_input from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:201 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.PointMeasures from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:492 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.RegularEvents from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:444 (no examples)> []
IN LOOP <DocTest astropy.stats.bayesian_blocks.bayesian_blocks from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/bayesian_blocks.py:58 (15 examples)> [<doctest.Example object at 0x10dc69978>, <doctest.Example object at 0x10dc696d8>, <doctest.Example object at 0x10dc697b8>, <doctest.Example object at 0x10dc69b38>, <doctest.Example object at 0x10dc697f0>, <doctest.Example object at 0x10dc69080>, <doctest.Example object at 0x10dc69860>, <doctest.Example object at 0x10dc69940>, <doctest.Example object at 0x10dc69b70>, <doctest.Example object at 0x10dc69a58>, <doctest.Example object at 0x10dc69898>, <doctest.Example object at 0x10dc69a20>, <doctest.Example object at 0x10dc69ac8>, <doctest.Example object at 0x10dc69c18>, <doctest.Example object at 0x10dc69ba8>]
collecting 1 item                                                                                FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py biweight.py
HERE4
HERE5 <module 'astropy.stats.biweight' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py'>
find <module 'astropy.stats.biweight' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py'> None None None None
tests [<DocTest astropy.stats.biweight from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:1 (no examples)>, <DocTest astropy.stats.biweight.biweight_location from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (5 examples)>, <DocTest astropy.stats.biweight.biweight_midcorrelation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:559 (8 examples)>, <DocTest astropy.stats.biweight.biweight_midcovariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (9 examples)>, <DocTest astropy.stats.biweight.biweight_midvariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (5 examples)>, <DocTest astropy.stats.biweight.biweight_scale from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:119 (5 examples)>]
IN LOOP <DocTest astropy.stats.biweight from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:1 (no examples)> []
IN LOOP <DocTest astropy.stats.biweight.biweight_location from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (5 examples)> [<doctest.Example object at 0x10dc69eb8>, <doctest.Example object at 0x10dc69d30>, <doctest.Example object at 0x10dc69cf8>, <doctest.Example object at 0x10dc69b00>, <doctest.Example object at 0x10dc69ef0>]
IN LOOP <DocTest astropy.stats.biweight.biweight_midcorrelation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:559 (8 examples)> [<doctest.Example object at 0x10dc69fd0>, <doctest.Example object at 0x10dc69e48>, <doctest.Example object at 0x10df7d4e0>, <doctest.Example object at 0x10df7d5c0>, <doctest.Example object at 0x10df7d588>, <doctest.Example object at 0x10df7d550>, <doctest.Example object at 0x10df7d0f0>, <doctest.Example object at 0x10df7d390>]
IN LOOP <DocTest astropy.stats.biweight.biweight_midcovariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (9 examples)> [<doctest.Example object at 0x10dd60160>, <doctest.Example object at 0x10dd600f0>, <doctest.Example object at 0x10dd600b8>, <doctest.Example object at 0x10dd60198>, <doctest.Example object at 0x10dd601d0>, <doctest.Example object at 0x10dd60208>, <doctest.Example object at 0x10dd60240>, <doctest.Example object at 0x10dd60278>, <doctest.Example object at 0x10dd602b0>]
IN LOOP <DocTest astropy.stats.biweight.biweight_midvariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:512 (5 examples)> [<doctest.Example object at 0x10dd60320>, <doctest.Example object at 0x10dd60dd8>, <doctest.Example object at 0x10dd60e10>, <doctest.Example object at 0x10dd60358>, <doctest.Example object at 0x10dd60390>]
IN LOOP <DocTest astropy.stats.biweight.biweight_scale from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/biweight.py:119 (5 examples)> [<doctest.Example object at 0x10df7d630>, <doctest.Example object at 0x10df7d320>, <doctest.Example object at 0x10df7d4a8>, <doctest.Example object at 0x10dd60048>, <doctest.Example object at 0x10dd60080>]
collecting 6 items                                                                               FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py circstats.py
HERE4
HERE5 <module 'astropy.stats.circstats' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py'>
find <module 'astropy.stats.circstats' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py'> None None None None
tests [<DocTest astropy.stats.circstats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:2 (no examples)>, <DocTest astropy.stats.circstats.circcorrcoef from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:211 (6 examples)>, <DocTest astropy.stats.circstats.circmean from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:60 (5 examples)>, <DocTest astropy.stats.circstats.circmoment from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:155 (5 examples)>, <DocTest astropy.stats.circstats.circvar from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:102 (5 examples)>, <DocTest astropy.stats.circstats.rayleightest from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:274 (5 examples)>, <DocTest astropy.stats.circstats.vonmisesmle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:415 (5 examples)>, <DocTest astropy.stats.circstats.vtest from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:341 (5 examples)>]
in if
test filter <DocTest astropy.stats.circstats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:2 (no examples)>
test filter <DocTest astropy.stats.circstats.circcorrcoef from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:211 (6 examples)>
test filter <DocTest astropy.stats.circstats.circmean from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:60 (5 examples)>
test filter <DocTest astropy.stats.circstats.circmoment from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:155 (5 examples)>
test filter <DocTest astropy.stats.circstats.circvar from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:102 (5 examples)>
test filter <DocTest astropy.stats.circstats.rayleightest from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:274 (5 examples)>
test filter <DocTest astropy.stats.circstats.vonmisesmle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:415 (5 examples)>
test filter <DocTest astropy.stats.circstats.vtest from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:341 (5 examples)>
check_required_modules ['scipy.stats']
in loop scipy.stats
find_module scipy.stats
failed
IN LOOP <DocTest astropy.stats.circstats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:2 (no examples)> []
IN LOOP <DocTest astropy.stats.circstats.circcorrcoef from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:211 (6 examples)> [<doctest.Example object at 0x10dd60b70>, <doctest.Example object at 0x10dd60ba8>, <doctest.Example object at 0x10dd60b00>, <doctest.Example object at 0x10dd60be0>, <doctest.Example object at 0x10dd60c18>, <doctest.Example object at 0x10dd60c50>]
IN LOOP <DocTest astropy.stats.circstats.circmean from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:60 (5 examples)> [<doctest.Example object at 0x10dd60cc0>, <doctest.Example object at 0x10dd60c88>, <doctest.Example object at 0x10dd60d30>, <doctest.Example object at 0x10dd60d68>, <doctest.Example object at 0x10dd60da0>]
IN LOOP <DocTest astropy.stats.circstats.circmoment from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:155 (5 examples)> [<doctest.Example object at 0x10dd60e80>, <doctest.Example object at 0x10dd60e48>, <doctest.Example object at 0x10dd60f60>, <doctest.Example object at 0x10dd60f98>, <doctest.Example object at 0x10dd60fd0>]
IN LOOP <DocTest astropy.stats.circstats.circvar from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:102 (5 examples)> [<doctest.Example object at 0x10dd6e828>, <doctest.Example object at 0x10dd6e860>, <doctest.Example object at 0x10dd6e160>, <doctest.Example object at 0x10dd6e198>, <doctest.Example object at 0x10dd6e1d0>]
IN LOOP <DocTest astropy.stats.circstats.rayleightest from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:274 (5 examples)> [<doctest.Example object at 0x10dd60780>, <doctest.Example object at 0x10dd608d0>, <doctest.Example object at 0x10dd60940>, <doctest.Example object at 0x10dd60978>, <doctest.Example object at 0x10dd60a90>]
IN LOOP <DocTest astropy.stats.circstats.vonmisesmle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/circstats.py:415 (5 examples)> [<doctest.Example object at 0x10dd6e550>, <doctest.Example object at 0x10dd6e588>, <doctest.Example object at 0x10dd6e080>, <doctest.Example object at 0x10dd6e0b8>, <doctest.Example object at 0x10dd6e0f0>]
collecting 12 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py funcs.py
HERE4
HERE5 <module 'astropy.stats.funcs' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py'>
find <module 'astropy.stats.funcs' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py'> None None None None
tests [<DocTest astropy.stats.funcs from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1 (no examples)>, <DocTest astropy.stats.funcs._kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1200 (no examples)>, <DocTest astropy.stats.funcs._mpmath_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1123 (no examples)>, <DocTest astropy.stats.funcs._scipy_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1038 (no examples)>, <DocTest astropy.stats.funcs.binned_binom_proportion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:279 (9 examples)>, <DocTest astropy.stats.funcs.binom_conf_interval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:52 (6 examples)>, <DocTest astropy.stats.funcs.bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:925 (17 examples)>, <DocTest astropy.stats.funcs.mad_std from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:823 (5 examples)>, <DocTest astropy.stats.funcs.median_absolute_deviation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:468 (6 examples)>, <DocTest astropy.stats.funcs.poisson_conf_interval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:468 (6 examples)>, <DocTest astropy.stats.funcs.signal_to_noise_oir_ccd from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:883 (no examples)>]
in if
test filter <DocTest astropy.stats.funcs from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1 (no examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs._kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1200 (no examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs._mpmath_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1123 (no examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs._scipy_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1038 (no examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs.binned_binom_proportion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:279 (9 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs.binom_conf_interval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:52 (6 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
check_required_modules ['scipy.special']
in loop scipy.special
find_module scipy.special
failed
test filter <DocTest astropy.stats.funcs.bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:925 (17 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs.mad_std from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:823 (5 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs.median_absolute_deviation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:468 (6 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
test filter <DocTest astropy.stats.funcs.poisson_conf_interval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:468 (6 examples)>
pat binned_binom_proportion ['binned_binom_proportion']
check_required_modules ['scipy.special', 'scipy.optimize', 'scipy.integrate']
in loop scipy.special
mod in cls._import_cache
not cls._import_cache[mod]
test filter <DocTest astropy.stats.funcs.signal_to_noise_oir_ccd from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:883 (no examples)>
pat binned_binom_proportion ['binned_binom_proportion']
IN LOOP <DocTest astropy.stats.funcs from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1 (no examples)> []
IN LOOP <DocTest astropy.stats.funcs._kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1200 (no examples)> []
IN LOOP <DocTest astropy.stats.funcs._mpmath_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1123 (no examples)> []
IN LOOP <DocTest astropy.stats.funcs._scipy_kraft_burrows_nousek from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:1038 (no examples)> []
IN LOOP <DocTest astropy.stats.funcs.bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:925 (17 examples)> [<doctest.Example object at 0x10dd6e6a0>, <doctest.Example object at 0x10dd6e6d8>, <doctest.Example object at 0x10dd6e710>, <doctest.Example object at 0x10dd6e748>, <doctest.Example object at 0x10dd6e780>, <doctest.Example object at 0x10dd6e7b8>, <doctest.Example object at 0x10dd6e940>, <doctest.Example object at 0x10dd6e978>, <doctest.Example object at 0x10dd6e9b0>, <doctest.Example object at 0x10dd6e9e8>, <doctest.Example object at 0x10dd6ea20>, <doctest.Example object at 0x10dd6ea58>, <doctest.Example object at 0x10dd6ea90>, <doctest.Example object at 0x10dd6eac8>, <doctest.Example object at 0x10dd6eba8>, <doctest.Example object at 0x10dd6ebe0>, <doctest.Example object at 0x10dd6ec18>]
IN LOOP <DocTest astropy.stats.funcs.mad_std from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:823 (5 examples)> [<doctest.Example object at 0x10dd6e8d0>, <doctest.Example object at 0x10dd6eb00>, <doctest.Example object at 0x10dd6eb38>, <doctest.Example object at 0x10dd6e240>, <doctest.Example object at 0x10dd6e320>]
IN LOOP <DocTest astropy.stats.funcs.median_absolute_deviation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:468 (6 examples)> [<doctest.Example object at 0x10dd6eeb8>, <doctest.Example object at 0x10dd6eef0>, <doctest.Example object at 0x10dd6ee48>, <doctest.Example object at 0x10dd6e5c0>, <doctest.Example object at 0x10dd6ef28>, <doctest.Example object at 0x10dd6ef98>]
IN LOOP <DocTest astropy.stats.funcs.signal_to_noise_oir_ccd from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/funcs.py:883 (no examples)> []
collecting 15 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py histogram.py
HERE4
HERE5 <module 'astropy.stats.histogram' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py'>
find <module 'astropy.stats.histogram' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py'> None None None None
tests [<DocTest astropy.stats.histogram from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:2 (no examples)>, <DocTest astropy.stats.histogram._KnuthF from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:284 (no examples)>, <DocTest astropy.stats.histogram._KnuthF.bins from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:324 (no examples)>, <DocTest astropy.stats.histogram._KnuthF.eval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:331 (no examples)>, <DocTest astropy.stats.histogram.freedman_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:157 (no examples)>, <DocTest astropy.stats.histogram.histogram from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:21 (no examples)>, <DocTest astropy.stats.histogram.knuth_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:221 (no examples)>, <DocTest astropy.stats.histogram.scott_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:96 (no examples)>]
IN LOOP <DocTest astropy.stats.histogram from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:2 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram._KnuthF from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:284 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram._KnuthF.bins from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:324 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram._KnuthF.eval from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:331 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram.freedman_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:157 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram.histogram from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:21 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram.knuth_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:221 (no examples)> []
IN LOOP <DocTest astropy.stats.histogram.scott_bin_width from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/histogram.py:96 (no examples)> []
collecting 15 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py info_theory.py
HERE4
HERE5 <module 'astropy.stats.info_theory' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py'>
find <module 'astropy.stats.info_theory' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py'> None None None None
tests [<DocTest astropy.stats.info_theory from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:2 (no examples)>, <DocTest astropy.stats.info_theory.akaike_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:201 (8 examples)>, <DocTest astropy.stats.info_theory.akaike_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:307 (22 examples)>, <DocTest astropy.stats.info_theory.bayesian_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:18 (9 examples)>, <DocTest astropy.stats.info_theory.bayesian_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:117 (18 examples)>]
in if
test filter <DocTest astropy.stats.info_theory from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:2 (no examples)>
test filter <DocTest astropy.stats.info_theory.akaike_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:201 (8 examples)>
test filter <DocTest astropy.stats.info_theory.akaike_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:307 (22 examples)>
check_required_modules ['scipy']
in loop scipy
find_module scipy
succeeded
test filter <DocTest astropy.stats.info_theory.bayesian_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:18 (9 examples)>
test filter <DocTest astropy.stats.info_theory.bayesian_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:117 (18 examples)>
check_required_modules ['scipy']
in loop scipy
mod in cls._import_cache
find_module scipy
succeeded
IN LOOP <DocTest astropy.stats.info_theory from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:2 (no examples)> []
IN LOOP <DocTest astropy.stats.info_theory.akaike_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:201 (8 examples)> [<doctest.Example object at 0x10dc505c0>, <doctest.Example object at 0x10dc50f28>, <doctest.Example object at 0x10dc50f60>, <doctest.Example object at 0x10dc50128>, <doctest.Example object at 0x10dc50518>, <doctest.Example object at 0x10dc50668>, <doctest.Example object at 0x10dc50588>, <doctest.Example object at 0x10dc506a0>]
IN LOOP <DocTest astropy.stats.info_theory.akaike_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:307 (22 examples)> [<doctest.Example object at 0x10dc50390>, <doctest.Example object at 0x10dc50320>, <doctest.Example object at 0x10dc50240>, <doctest.Example object at 0x10dc503c8>, <doctest.Example object at 0x10dc50400>, <doctest.Example object at 0x10dc50438>, <doctest.Example object at 0x10dc50470>, <doctest.Example object at 0x10dc504a8>, <doctest.Example object at 0x10dc50710>, <doctest.Example object at 0x10dc50748>, <doctest.Example object at 0x10dc50780>, <doctest.Example object at 0x10dc507b8>, <doctest.Example object at 0x10dc507f0>, <doctest.Example object at 0x10dc50828>, <doctest.Example object at 0x10dc50860>, <doctest.Example object at 0x10dc50898>, <doctest.Example object at 0x10dc508d0>, <doctest.Example object at 0x10dc50908>, <doctest.Example object at 0x10dc50940>, <doctest.Example object at 0x10dc50978>, <doctest.Example object at 0x10dc509b0>, <doctest.Example object at 0x10dc509e8>]
IN LOOP <DocTest astropy.stats.info_theory.bayesian_info_criterion from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:18 (9 examples)> [<doctest.Example object at 0x10dc50550>, <doctest.Example object at 0x10dc502b0>, <doctest.Example object at 0x10dc502e8>, <doctest.Example object at 0x10dc50208>, <doctest.Example object at 0x10dc504e0>, <doctest.Example object at 0x10dc505f8>, <doctest.Example object at 0x10dc500b8>, <doctest.Example object at 0x10dc50198>, <doctest.Example object at 0x10dc50278>]
IN LOOP <DocTest astropy.stats.info_theory.bayesian_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/info_theory.py:117 (18 examples)> [<doctest.Example object at 0x10dc50ac8>, <doctest.Example object at 0x10dc50a58>, <doctest.Example object at 0x10dc50a20>, <doctest.Example object at 0x10dc50b00>, <doctest.Example object at 0x10dc50b38>, <doctest.Example object at 0x10dc50b70>, <doctest.Example object at 0x10dc50ba8>, <doctest.Example object at 0x10dc50be0>, <doctest.Example object at 0x10dc50c18>, <doctest.Example object at 0x10dc50c50>, <doctest.Example object at 0x10dc50c88>, <doctest.Example object at 0x10dc50cc0>, <doctest.Example object at 0x10dc50cf8>, <doctest.Example object at 0x10dc50d30>, <doctest.Example object at 0x10dc50d68>, <doctest.Example object at 0x10dc50da0>, <doctest.Example object at 0x10dc50dd8>, <doctest.Example object at 0x10dc50e10>]
collecting 19 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py jackknife.py
HERE4
HERE5 <module 'astropy.stats.jackknife' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py'>
find <module 'astropy.stats.jackknife' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py'> None None None None
tests [<DocTest astropy.stats.jackknife.jackknife_resampling from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py:13 (no examples)>, <DocTest astropy.stats.jackknife.jackknife_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py:61 (19 examples)>]
in if
test filter <DocTest astropy.stats.jackknife.jackknife_resampling from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py:13 (no examples)>
test filter <DocTest astropy.stats.jackknife.jackknife_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py:61 (19 examples)>
check_required_modules ['scipy.special']
in loop scipy.special
mod in cls._import_cache
not cls._import_cache[mod]
IN LOOP <DocTest astropy.stats.jackknife.jackknife_resampling from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/jackknife.py:13 (no examples)> []
collecting 19 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/setup_package.py setup_package.py
HERE4
HERE5 <module 'astropy.stats.setup_package' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/setup_package.py'>
find <module 'astropy.stats.setup_package' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/setup_package.py'> None None None None
tests []
collecting 19 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py sigma_clipping.py
HERE4
HERE5 <module 'astropy.stats.sigma_clipping' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py'>
find <module 'astropy.stats.sigma_clipping' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py'> None None None None
tests [<DocTest astropy.stats.sigma_clipping.SigmaClip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:14 (17 examples)>, <DocTest astropy.stats.sigma_clipping.SigmaClip.__call__ from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:163 (no examples)>, <DocTest astropy.stats.sigma_clipping.SigmaClip._perform_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:133 (no examples)>, <DocTest astropy.stats.sigma_clipping.sigma_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:220 (14 examples)>, <DocTest astropy.stats.sigma_clipping.sigma_clipped_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:365 (no examples)>]
IN LOOP <DocTest astropy.stats.sigma_clipping.SigmaClip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:14 (17 examples)> [<doctest.Example object at 0x10dc62b38>, <doctest.Example object at 0x10dc62400>, <doctest.Example object at 0x10dc62320>, <doctest.Example object at 0x10dc62630>, <doctest.Example object at 0x10dc626d8>, <doctest.Example object at 0x10dc622e8>, <doctest.Example object at 0x10dc62518>, <doctest.Example object at 0x10dc62d68>, <doctest.Example object at 0x10dc62da0>, <doctest.Example object at 0x10dc622b0>, <doctest.Example object at 0x10dc62438>, <doctest.Example object at 0x10dc625f8>, <doctest.Example object at 0x10dc62278>, <doctest.Example object at 0x10dc626a0>, <doctest.Example object at 0x10dc627b8>, <doctest.Example object at 0x10dc62780>, <doctest.Example object at 0x10dc62240>]
IN LOOP <DocTest astropy.stats.sigma_clipping.SigmaClip.__call__ from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:163 (no examples)> []
IN LOOP <DocTest astropy.stats.sigma_clipping.SigmaClip._perform_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:133 (no examples)> []
IN LOOP <DocTest astropy.stats.sigma_clipping.sigma_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:220 (14 examples)> [<doctest.Example object at 0x10dc62898>, <doctest.Example object at 0x10dc62908>, <doctest.Example object at 0x10dc62940>, <doctest.Example object at 0x10dc62860>, <doctest.Example object at 0x10dc62748>, <doctest.Example object at 0x10dc62978>, <doctest.Example object at 0x10dc629b0>, <doctest.Example object at 0x10dc629e8>, <doctest.Example object at 0x10dc62a20>, <doctest.Example object at 0x10dc62a58>, <doctest.Example object at 0x10dc62a90>, <doctest.Example object at 0x10dc62ac8>, <doctest.Example object at 0x10dc62b70>, <doctest.Example object at 0x10dc62be0>]
IN LOOP <DocTest astropy.stats.sigma_clipping.sigma_clipped_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/sigma_clipping.py:365 (no examples)> []
collecting 21 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py spatial.py
HERE4
HERE5 <module 'astropy.stats.spatial' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py'>
find <module 'astropy.stats.spatial' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py'> None None None None
tests [<DocTest astropy.stats.spatial from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:1 (no examples)>, <DocTest astropy.stats.spatial.RipleysKEstimator from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:13 (12 examples)>, <DocTest astropy.stats.spatial.RipleysKEstimator.Hfunction from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:167 (no examples)>, <DocTest astropy.stats.spatial.RipleysKEstimator.Lfunction from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:159 (no examples)>, <DocTest astropy.stats.spatial.RipleysKEstimator.evaluate from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:175 (no examples)>, <DocTest astropy.stats.spatial.RipleysKEstimator.poisson from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:141 (no examples)>]
IN LOOP <DocTest astropy.stats.spatial from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:1 (no examples)> []
IN LOOP <DocTest astropy.stats.spatial.RipleysKEstimator from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:13 (12 examples)> [<doctest.Example object at 0x10db5c240>, <doctest.Example object at 0x10dd6e908>, <doctest.Example object at 0x10dd6e358>, <doctest.Example object at 0x10dd6efd0>, <doctest.Example object at 0x10dd6e898>, <doctest.Example object at 0x10dd6e390>, <doctest.Example object at 0x10dd6e3c8>, <doctest.Example object at 0x10dd6e208>, <doctest.Example object at 0x10dd6e2e8>, <doctest.Example object at 0x10dd6e5f8>, <doctest.Example object at 0x10dc69a90>, <doctest.Example object at 0x10dc69668>]
IN LOOP <DocTest astropy.stats.spatial.RipleysKEstimator.Hfunction from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:167 (no examples)> []
IN LOOP <DocTest astropy.stats.spatial.RipleysKEstimator.Lfunction from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:159 (no examples)> []
IN LOOP <DocTest astropy.stats.spatial.RipleysKEstimator.evaluate from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:175 (no examples)> []
IN LOOP <DocTest astropy.stats.spatial.RipleysKEstimator.poisson from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/spatial.py:141 (no examples)> []
collecting 22 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats.lombscargle' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py'>
find <module 'astropy.stats.lombscargle' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py'> None None None None
tests [<DocTest astropy.stats.lombscargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py:2 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/__init__.py:2 (no examples)> []
collecting 22 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py _statistics.py
HERE4
HERE5 <module 'astropy.stats.lombscargle._statistics' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py'>
find <module 'astropy.stats.lombscargle._statistics' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py'> None None None None
tests [<DocTest astropy.stats.lombscargle._statistics from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:0 (no examples)>, <DocTest astropy.stats.lombscargle._statistics._bootstrap_max from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:340 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.cdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:206 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:441 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:382 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:315 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:353 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:291 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:269 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:103 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.inv_fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.inv_fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:363 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.inv_fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.inv_fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:280 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.inv_fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:154 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.pdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)>, <DocTest astropy.stats.lombscargle._statistics.tau_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:241 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle._statistics from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:0 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics._bootstrap_max from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:340 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.cdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:206 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:441 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:382 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:315 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:353 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:291 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:269 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:103 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.inv_fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.inv_fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:363 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.inv_fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.inv_fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:280 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.inv_fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:154 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.pdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:53 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle._statistics.tau_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/_statistics.py:241 (no examples)> []
collecting 22 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py core.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.core' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py'>
find <module 'astropy.stats.lombscargle.core' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.core from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:0 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:30 (13 examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.autofrequency from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:171 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.autopower from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:230 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.distribution from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:371 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:477 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:406 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.model from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:346 (no examples)>, <DocTest astropy.stats.lombscargle.core.LombScargle.power from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:285 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.core from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:0 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:30 (13 examples)> [<doctest.Example object at 0x10dc62ef0>, <doctest.Example object at 0x10dc62828>, <doctest.Example object at 0x10dc624a8>, <doctest.Example object at 0x10dc62198>, <doctest.Example object at 0x10dc62fd0>, <doctest.Example object at 0x10dc62dd8>, <doctest.Example object at 0x10dc62f28>, <doctest.Example object at 0x10dc62e10>, <doctest.Example object at 0x10dc62470>, <doctest.Example object at 0x10dc62f60>, <doctest.Example object at 0x10f8a0780>, <doctest.Example object at 0x10f8a0048>, <doctest.Example object at 0x10f8a0080>]
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.autofrequency from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:171 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.autopower from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:230 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.distribution from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:371 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:477 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:406 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.model from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:346 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.core.LombScargle.power from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/core.py:285 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py statistics.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.statistics' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py'>
find <module 'astropy.stats.lombscargle.statistics' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.statistics from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:0 (no examples)>, <DocTest astropy.stats.lombscargle.statistics._bootstrap_max from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:338 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.cdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:203 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:441 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:380 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:313 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:351 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:289 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:267 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:100 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.inv_fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.inv_fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:361 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.inv_fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.inv_fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:278 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.inv_fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:152 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.pdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)>, <DocTest astropy.stats.lombscargle.statistics.tau_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:239 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.statistics from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:0 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics._bootstrap_max from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:338 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.cdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:203 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.false_alarm_level from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:441 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.false_alarm_probability from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:380 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:313 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:351 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:289 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:267 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:100 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.inv_fap_baluev from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.inv_fap_bootstrap from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:361 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.inv_fap_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.inv_fap_naive from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:278 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.inv_fap_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:152 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.pdf_single from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:49 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.statistics.tau_davies from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/statistics.py:239 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py utils.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.utils' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py'>
find <module 'astropy.stats.lombscargle.utils' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.utils.compute_chi2_ref from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py:7 (no examples)>, <DocTest astropy.stats.lombscargle.utils.convert_normalization from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py:41 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.utils.compute_chi2_ref from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py:7 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.utils.convert_normalization from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/utils.py:41 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py'>
find <module 'astropy.stats.lombscargle.implementations' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py:0 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/__init__.py:0 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py chi2_impl.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.chi2_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py'>
find <module 'astropy.stats.lombscargle.implementations.chi2_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.chi2_impl.lombscargle_chi2 from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py:9 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.chi2_impl.lombscargle_chi2 from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/chi2_impl.py:9 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py fast_impl.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.fast_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py'>
find <module 'astropy.stats.lombscargle.implementations.fast_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.fast_impl.lombscargle_fast from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py:10 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.fast_impl.lombscargle_fast from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fast_impl.py:10 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py fastchi2_impl.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.fastchi2_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py'>
find <module 'astropy.stats.lombscargle.implementations.fastchi2_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.fastchi2_impl.lombscargle_fastchi2 from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py:11 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.fastchi2_impl.lombscargle_fastchi2 from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/fastchi2_impl.py:11 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py main.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.main' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py'>
find <module 'astropy.stats.lombscargle.implementations.main' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.main from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:0 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.main._get_frequency_grid from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:60 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.main.lombscargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:128 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.main.validate_method from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:87 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.main from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:0 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.main._get_frequency_grid from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:60 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.main.lombscargle from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:128 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.main.validate_method from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/main.py:87 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py mle.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.mle' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py'>
find <module 'astropy.stats.lombscargle.implementations.mle' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.mle.design_matrix from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py:7 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.mle.periodic_fit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py:59 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.mle.design_matrix from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py:7 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.mle.periodic_fit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/mle.py:59 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py scipy_impl.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.scipy_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py'>
find <module 'astropy.stats.lombscargle.implementations.scipy_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.scipy_impl.lombscargle_scipy from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py:7 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.scipy_impl.lombscargle_scipy from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/scipy_impl.py:7 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py slow_impl.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.slow_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py'>
find <module 'astropy.stats.lombscargle.implementations.slow_impl' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.slow_impl.lombscargle_slow from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py:8 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.slow_impl.lombscargle_slow from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/slow_impl.py:8 (no examples)> []
collecting 23 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py utils.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.utils' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py'>
find <module 'astropy.stats.lombscargle.implementations.utils' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py'> None None None None
tests [<DocTest astropy.stats.lombscargle.implementations.utils.add_at from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:9 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.utils.bitceil from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:26 (no examples)>, <DocTest astropy.stats.lombscargle.implementations.utils.extirpolate from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:42 (7 examples)>, <DocTest astropy.stats.lombscargle.implementations.utils.trig_sum from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:109 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.utils.add_at from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:9 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.utils.bitceil from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:26 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.implementations.utils.extirpolate from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:42 (7 examples)> [<doctest.Example object at 0x10f24a2e8>, <doctest.Example object at 0x10f24a400>, <doctest.Example object at 0x10f24a940>, <doctest.Example object at 0x10f24a0f0>, <doctest.Example object at 0x10f24a588>, <doctest.Example object at 0x10f24a390>, <doctest.Example object at 0x10f24a358>]
IN LOOP <DocTest astropy.stats.lombscargle.implementations.utils.trig_sum from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/utils.py:109 (no examples)> []
collecting 24 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/__init__.py'>
find <module 'astropy.stats.lombscargle.implementations.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/__init__.py'> None None None None
tests []
collecting 24 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/test_mle.py test_mle.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.tests.test_mle' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.lombscargle.implementations.tests.test_mle' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests []
collecting 48 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/implementations/tests/test_utils.py test_utils.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.implementations.tests.test_utils' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.lombscargle.implementations.tests.test_utils' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests []
collecting 93 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/__init__.py'>
find <module 'astropy.stats.lombscargle.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/__init__.py'> None None None None
tests []
collecting 93 items                                                                              FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_lombscargle.py test_lombscargle.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.tests.test_lombscargle' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.lombscargle.tests.test_lombscargle' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests [<DocTest astropy.stats.lombscargle.tests.test_lombscargle.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_lombscargle.py:18 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.tests.test_lombscargle.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_lombscargle.py:18 (no examples)> []
collecting 1001 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py test_statistics.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.tests.test_statistics' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.lombscargle.tests.test_statistics' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests [<DocTest astropy.stats.lombscargle.tests.test_statistics.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py:22 (no examples)>, <DocTest astropy.stats.lombscargle.tests.test_statistics.null_data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py:35 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.tests.test_statistics.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py:22 (no examples)> []
IN LOOP <DocTest astropy.stats.lombscargle.tests.test_statistics.null_data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_statistics.py:35 (no examples)> []
collecting 1175 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_utils.py test_utils.py
HERE4
HERE5 <module 'astropy.stats.lombscargle.tests.test_utils' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.lombscargle.tests.test_utils' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests [<DocTest astropy.stats.lombscargle.tests.test_utils.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_utils.py:13 (no examples)>]
IN LOOP <DocTest astropy.stats.lombscargle.tests.test_utils.data from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/lombscargle/tests/test_utils.py:13 (no examples)> []
collecting 1191 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/__init__.py __init__.py
HERE4
HERE5 <module 'astropy.stats.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/__init__.py'>
find <module 'astropy.stats.tests' from '/private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/__init__.py'> None None None None
tests []
collecting 1191 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_bayesian_blocks.py test_bayesian_blocks.py
HERE4
HERE5 <module 'astropy.stats.tests.test_bayesian_blocks' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.tests.test_bayesian_blocks' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests [<DocTest astropy.stats.tests.test_bayesian_blocks.test_fitness_function_results from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_bayesian_blocks.py:118 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_bayesian_blocks.test_fitness_function_results from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_bayesian_blocks.py:118 (no examples)> []
collecting 1198 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py test_biweight.py
HERE4
HERE5 <module 'astropy.stats.tests.test_biweight' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.tests.test_biweight' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests [<DocTest astropy.stats.tests.test_biweight.test_biweight_location_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:31 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_biweight_location_axis_3d from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:53 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_biweight_midcovariance_midvariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:167 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_biweight_midcovariance_symmetric from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:209 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_biweight_midvariance_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:104 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_biweight_midvariance_axis_3d from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:126 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_midcovariance_M_shape from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:196 (no examples)>, <DocTest astropy.stats.tests.test_biweight.test_midcovariance_shape from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:185 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_location_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:31 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_location_axis_3d from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:53 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_midcovariance_midvariance from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:167 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_midcovariance_symmetric from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:209 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_midvariance_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:104 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_biweight_midvariance_axis_3d from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:126 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_midcovariance_M_shape from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:196 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_biweight.test_midcovariance_shape from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_biweight.py:185 (no examples)> []
collecting 1216 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_circstats.py test_circstats.py
HERE4
HERE5 <module 'astropy.stats.tests.test_circstats' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.tests.test_circstats' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests []
collecting 1225 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py test_funcs.py
HERE4
HERE5 <module 'astropy.stats.tests.test_funcs' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.tests.test_funcs' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests [<DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:494 (no examples)>, <DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels_2sigma from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:515 (no examples)>, <DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels_3sigma from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:541 (no examples)>, <DocTest astropy.stats.tests.test_funcs.test_scipy_poisson_limit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:571 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:494 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels_2sigma from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:515 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_funcs.test_poisson_conf_frequentist_confidence_gehrels_3sigma from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:541 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_funcs.test_scipy_poisson_limit from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_funcs.py:571 (no examples)> []
collecting 1270 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_histogram.py test_histogram.py
HERE4
HERE5 <module 'astropy.stats.tests.test_histogram' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.tests.test_histogram' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests []
collecting 1279 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_info_theory.py test_info_theory.py
HERE4
HERE5 <module 'astropy.stats.tests.test_info_theory' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.tests.test_info_theory' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests [<DocTest astropy.stats.tests.test_info_theory.test_bayesian_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_info_theory.py:50 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_info_theory.test_bayesian_info_criterion_lsq from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_info_theory.py:50 (no examples)> []
collecting 1283 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_jackknife.py test_jackknife.py
HERE4
HERE5 <module 'astropy.stats.tests.test_jackknife' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.tests.test_jackknife' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests []
collecting 1286 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py test_sigma_clipping.py
HERE4
HERE5 <module 'astropy.stats.tests.test_sigma_clipping' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.tests.test_sigma_clipping' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests [<DocTest astropy.stats.tests.test_sigma_clipping.test_invalid_sigma_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:143 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigma_clip_scalar_mask from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:84 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigma_clipped_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:100 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_empty from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:190 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_empty_masked from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:180 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_fully_masked from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:169 (no examples)>, <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_negative_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:162 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_invalid_sigma_clip from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:143 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigma_clip_scalar_mask from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:84 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigma_clipped_stats from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:100 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_empty from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:190 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_empty_masked from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:180 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_fully_masked from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:169 (no examples)> []
IN LOOP <DocTest astropy.stats.tests.test_sigma_clipping.test_sigmaclip_negative_axis from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_sigma_clipping.py:162 (no examples)> []
collecting 1297 items                                                                            FSPATH /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_spatial.py test_spatial.py
HERE4
HERE5 <module 'astropy.stats.tests.test_spatial' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)>
find <module 'astropy.stats.tests.test_spatial' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x109e86860>)> None None None None
tests [<DocTest astropy.stats.tests.test_spatial.test_ripley_K_implementation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_spatial.py:17 (no examples)>]
IN LOOP <DocTest astropy.stats.tests.test_spatial.test_ripley_K_implementation from /private/var/folders/_q/9lrsb4wj1b5gy71vm32kqjy80000gn/T/astropy-test-vocq1cbp/lib.macosx-10.5-x86_64-3.5/astropy/stats/tests/test_spatial.py:17 (no examples)> []
collected 1309 items                                                                             

astropy/stats/bayesian_blocks.py .
astropy/stats/biweight.py .....
astropy/stats/circstats.py ......
astropy/stats/funcs.py ...
astropy/stats/info_theory.py ....
astropy/stats/sigma_clipping.py ..
astropy/stats/spatial.py .
astropy/stats/lombscargle/core.py .
astropy/stats/lombscargle/implementations/utils.py .
astropy/stats/lombscargle/implementations/tests/test_mle.py ........................
astropy/stats/lombscargle/implementations/tests/test_utils.py .............................................
astropy/stats/lombscargle/tests/test_lombscargle.py ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
astropy/stats/lombscargle/tests/test_statistics.py ..............................................................................................................................................................................
astropy/stats/lombscargle/tests/test_utils.py ................
astropy/stats/tests/test_bayesian_blocks.py .......
astropy/stats/tests/test_biweight.py ..................
astropy/stats/tests/test_circstats.py .........
astropy/stats/tests/test_funcs.py ...........x.............................s..s
astropy/stats/tests/test_histogram.py .........
astropy/stats/tests/test_info_theory.py ....
astropy/stats/tests/test_jackknife.py ...
astropy/stats/tests/test_sigma_clipping.py ...........
astropy/stats/tests/test_spatial.py ............

====================== 1306 passed, 2 skipped, 1 xfailed in 19.25 seconds =======================

I figured it out! Details coming soon (and a PR fix). Thanks @jakevdp!

Details: in the doctest_plus plugin, we have the following check for the absolute path name of the rst files:

            if (path.basename.startswith('_') or
                    any(x.startswith('_') for x in parts) or
                    any(x == 'api' for x in parts)):
                return None

The x.startswith('_') for x in parts is the problem - on @jakevdp's system, temporary directories appear to have one of the levels be _q (because why not), so the rst files are getting filtered out.

I think the intent was to avoid collecting tests in _build and other hidden directories, but I think we should therefore only check for leading underscores for sub-directories of docs.

Exhibit A: RST ['', 'private', 'var', 'folders', '_q', '9lrsb4wj1b5gy71vm32kqjy80000gn', 'T', 'astropy-test-vocq1cbp', 'docs', 'stats', 'circ.rst']

temporary directories appear to have one of the levels be _q (because why not)

OMG... Good investigative work! p.s. I had been laughed at for using "HERE n" debug messages but I am glad I am not the only one.

Moment of truth - @jakevdp, can you pull from my debug-doctest branch again and check if the rst tests are running correctly now?

Yep, that does it! Nice work tracking this down!

@jakevdp - thanks for confirming!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sergiopasra picture sergiopasra  Â·  3Comments

pllim picture pllim  Â·  3Comments

JWDobken picture JWDobken  Â·  3Comments

Amarchuk picture Amarchuk  Â·  3Comments

larrybradley picture larrybradley  Â·  3Comments