Skip to content

Commit

Permalink
docs: update setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gampnico committed Dec 3, 2024
1 parent 94e6f21 commit 0dc119a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cosipy/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ def conftest_hide_plot():


@pytest.fixture(name="conftest_rng_seed", scope="function", autouse=False)
def fixture_conftest_rng_seed() -> np.random.Generator:
def fixture_conftest_rng_seed():
"""Set seed for random number generator to 444.
Returns:
Random number generator with seed=444.
np.random.Generator: Random number generator with seed=444.
"""

random_generator = np.random.default_rng(seed=444)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
get\_user\_confirmation
=======================

.. currentmodule:: cosipy.utilities.setup_cosipy.setup_cosipy

.. autofunction:: get_user_confirmation
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setup\_cosipy
setup\_cosipy
=============

.. currentmodule:: cosipy.utilities.setup_cosipy
Expand All @@ -21,8 +21,8 @@ setup\_cosipy
copy_file_to_target
get_sample_directory
get_user_arguments
get_user_confirmation
main
strtobool



Expand Down

This file was deleted.

0 comments on commit 0dc119a

Please sign in to comment.