From 4f06c734fcba39f2de60e587c85f560e65bea37c Mon Sep 17 00:00:00 2001 From: VChristiaens Date: Thu, 28 Mar 2024 21:34:57 +0100 Subject: [PATCH 1/2] Updated ncomp used in NEGFC test --- tests/pre_3_10/test_fm_negfc_3d.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pre_3_10/test_fm_negfc_3d.py b/tests/pre_3_10/test_fm_negfc_3d.py index ad75c59f..68d071b0 100644 --- a/tests/pre_3_10/test_fm_negfc_3d.py +++ b/tests/pre_3_10/test_fm_negfc_3d.py @@ -70,8 +70,8 @@ def injected_cube_position(example_dataset_adi): (pca, firstguess, 5, True, None, False, None), (median_sub, firstguess, None, False, "sum", False, None), (pca_annulus, mcmc_negfc_sampling, 2, False, "stddev", False, "gb"), - (pca_annulus, mcmc_negfc_sampling, 3, True, None, True, "ac"), - (pca_annulus, nested_negfc_sampling, 3, False, "sum", False, None), + (pca_annulus, mcmc_negfc_sampling, 2, True, None, True, "ac"), + (pca_annulus, nested_negfc_sampling, 2, False, "sum", False, None), ], ) def test_algos( From 0e3d8fc2f3902b2acabbc3fa3cc53a9e7477ac59 Mon Sep 17 00:00:00 2001 From: VChristiaens Date: Thu, 28 Mar 2024 21:47:51 +0100 Subject: [PATCH 2/2] Updated readthedocs.yml which now requires os specification --- readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 7f8f75e3..12710c4e 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,9 +3,10 @@ version: 2 python: - version: 3.8 + os: ubuntu-22.04 + version: 3.10 install: - requirements: docs/requirements.txt sphinx: - configuration: docs/source/conf.py \ No newline at end of file + configuration: docs/source/conf.py