diff --git a/.github/workflows/fitbot.yml b/.github/workflows/fitbot.yml index 17f8162877..e859b520be 100644 --- a/.github/workflows/fitbot.yml +++ b/.github/workflows/fitbot.yml @@ -11,7 +11,7 @@ env: N3FIT_MAXNREP: 20 # total number of replicas to fit POSTFIT_NREP: 16 # requested replicas for postfit REFERENCE_SET: NNBOT-90875c07e-2022-11-30 # reference set for vp - CONDA_PY: 39 + CONDA_PY: 310 jobs: build: @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.9] + python-version: ["3.10"] runs-on: ${{ matrix.os }} env: NETRC_FILE: ${{ secrets.NETRC_FILE }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e12b15d9d2..e890084de0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,12 +12,13 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: [3.8, 3.9] + python-version: ["3.9", "3.10"] include: - os: ubuntu-latest CONDA_OS: linux-64 - os: macos-latest CONDA_OS: osx-64 + fail-fast: false runs-on: ${{ matrix.os }} env: NETRC_FILE: ${{ secrets.NETRC_FILE }} diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml index 327e710892..71cab38400 100644 --- a/conda-recipe/conda_build_config.yaml +++ b/conda-recipe/conda_build_config.yaml @@ -1,7 +1,7 @@ #For some reason the resolver decides to use an old version of numpy #without this numpy: - - 1.19 + - 1.22 pin_run_as_build: lhapdf: x.x.x diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index adc3c6328e..b14303e740 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -50,7 +50,6 @@ requirements: - recommonmark - sphinx_rtd_theme >0.5 - sphinxcontrib-bibtex - - docutils =0.16 # This dependency is not explicity needed but https://github.com/NNPDF/nnpdf/issues/1220 - curio >=1.0 - pineappl >=0.5.2 diff --git a/n3fit/runcards/examples/developing.yml b/n3fit/runcards/examples/developing.yml index 57c10236bc..2db98eacd5 100644 --- a/n3fit/runcards/examples/developing.yml +++ b/n3fit/runcards/examples/developing.yml @@ -92,6 +92,7 @@ parameters: # This defines the parameter dictionary that is passed to the Model fitting: fitbasis: EVOL # EVOL (7), EVOLQED (8), etc. + savepseudodata: False basis: - {fl: sng, trainable: false, smallx: [1.093, 1.121], largex: [1.486, 3.287]} - {fl: g, trainable: false, smallx: [0.8329, 1.071], largex: [3.084, 6.767]}