From 640367dddbf496fbaf170c7f6866dd42d9c419a5 Mon Sep 17 00:00:00 2001 From: Roy Stegeman Date: Mon, 14 Oct 2024 17:23:05 +0100 Subject: [PATCH] address issue #1577 --- doc/sphinx/source/tutorials/general_th_covmat.rst | 6 +++--- doc/sphinx/source/vp/developer.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/sphinx/source/tutorials/general_th_covmat.rst b/doc/sphinx/source/tutorials/general_th_covmat.rst index dec91fe310..2593a0eda5 100644 --- a/doc/sphinx/source/tutorials/general_th_covmat.rst +++ b/doc/sphinx/source/tutorials/general_th_covmat.rst @@ -31,8 +31,8 @@ Instructions .. warning:: Make a note of the upload address returned to you, but without the initial part of the address, i.e. you should save - "https://vp.nnpdf.science/IeGM9CY8RxGcb5r6bIEYlQ==/shrek_covmat.csv" - as "IeGM9CY8RxGcb5r6bIEYlQ==/shrek_covmat.csv" + "https://vp.nnpdf.science/IeGM9CY8RxGcb5r6bIEYlQ==/topthcovmat.csv" + as "IeGM9CY8RxGcb5r6bIEYlQ==/topthcovmat.csv" 3. In the runcard under ``theorycovmatconfig`` you need to add the following (using the address above as an example) @@ -43,7 +43,7 @@ Instructions theorycovmatconfig: use_scalevar_uncertainties: False use_user_uncertainties: True - user_covmat_path: "IeGM9CY8RxGcb5r6bIEYlQ==/shrek_covmat.csv" + user_covmat_path: "IeGM9CY8RxGcb5r6bIEYlQ==/topthcovmat.csv" use_thcovmat_in_sampling: True use_thcovmat_in_fitting: True ############################################################################ diff --git a/doc/sphinx/source/vp/developer.rst b/doc/sphinx/source/vp/developer.rst index 9e77b97832..10f50a932a 100644 --- a/doc/sphinx/source/vp/developer.rst +++ b/doc/sphinx/source/vp/developer.rst @@ -22,7 +22,7 @@ Some of the most important modules are - `validphys.core` Core data structures that represent objects such as PDFs and data -sets. +sets. - `validphys.loader` Tools to obtain NNPDF resources locally or remotely. See :ref:`upload`