Skip to content

Commit

Permalink
package name changed in CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Dec 5, 2023
1 parent b1b8440 commit fbb4b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fbb4b36

Please sign in to comment.