Skip to content

Commit

Permalink
Add forgotten test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
aphearin committed Sep 27, 2022
1 parent 563b6a9 commit a59711e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,18 @@ However, users who prefer pip can install via::
pip install halotools

You can find detailed installation instructions
in the :ref:`step_by_step_install` section of http://halotools.readthedocs.io. After installing the package, you should follow the :ref:`step_by_step_install` 10-minute tutorial. This will get you set up with the default halo catalog so that you can quickly get started with creating mock galaxy populations.
in the :ref:`step_by_step_install` section of http://halotools.readthedocs.io.
After installing the package, you should follow the :ref:`step_by_step_install` 10-minute tutorial.
This will get you set up with the default halo catalog so that you can quickly get started
with creating mock galaxy populations.

After installation, it is recommended that you download the default halo catalog::

$ download_initial_halocat.py

Halotools works with any halo catalog, but downloading the default halo catalog
automatically configures the halotools cache directory. More information about
halo catalog download options in the :ref:`download_default_halos` section of the 10-minute tutorial.


Documentation
Expand Down
1 change: 1 addition & 0 deletions halotools/sim_manager/tests/test_download_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ def test_download_ptcl_table3(self):
substr = "you must set the ``overwrite`` keyword argument to True."
assert substr in err.value.args[0]

@pytest.mark.skipif("not APH_MACHINE")
def test_download_ptcl_table4(self):
""" """
with pytest.raises(HalotoolsError) as err:
Expand Down

0 comments on commit a59711e

Please sign in to comment.