From fbb4b36fbd99d35ecdb85e356379f545c429cb92 Mon Sep 17 00:00:00 2001 From: Arthur Loureiro Date: Tue, 5 Dec 2023 17:29:57 +0100 Subject: [PATCH] package name changed in CI test --- .github/workflows/CI.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 20be172..73cae95 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -57,7 +57,7 @@ jobs: # Perform the unit test and outputs a coverage report - name: Test with pytest - run: pytest --cov=legacy_blinding --cov-report=xml ./tests + run: pytest --cov=blind_2pt_cosmosis --cov-report=xml ./tests # Uploads the code coverage results to codecov.io - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 8f04418..e78c6dc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![arXiv](https://img.shields.io/badge/arXiv-1911.05929-red)](https://arxiv.org/abs/1911.05929) [![LSST DESC Blinding Slack](https://img.shields.io/badge/join-Slack-4A154B)](https://lsstc.slack.com/archives/CT14ZF2AH) -# Legacy Cosmosis Blinding for Cosmosis +# Legacy Cosmosis Blinding for 2pt data This repository contains an implementation of [Muir et al. 2020](https://arxiv.org/abs/1911.05929) data-vector blinding strategy using Cosmosis V2. The package in this repository is a direct adaptation of Jessie Muir's DES Y3 blinding scripts to the DESC context.