Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
with:
context: .
push: true
tags: ghcr.io/cloe-euclid/cloe:${{ env.IMAGE_TAG }}
tags: ghcr.io/cloe-org/cloe:${{ env.IMAGE_TAG }}
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Pull image & run tests
run: |
IMAGE=ghcr.io/cloe-euclid/cloe:latest
IMAGE=ghcr.io/cloe-org/cloe:latest
echo "→ Pulling $IMAGE"
docker pull "$IMAGE"

Expand Down Expand Up @@ -78,10 +78,11 @@ jobs:
uses: codecov/codecov-action@v5
with:
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }} # only needed if your repo is private
token: ${{ secrets.CODECOV_TOKEN_NEW }} # only needed if your repo is private
fail_ci_if_error: true

- name: Send coverage to Coveralls
continue-on-error: true
uses: coverallsapp/github-action@v2
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<img src="./docs/other/cloelogo_notext.png" alt="Logo" width="300" />

[![CI](https://github.com/cloe-euclid/cloe/actions/workflows/ci.yml/badge.svg)](https://github.com/cloe-euclid/cloe/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/cloe-euclid/cloe/branch/main/graph/badge.svg?token=6d834ba5-670c-4b8e-af08-12956d5913da)](https://codecov.io/gh/cloe-euclid/cloe)
[![CI](https://github.com/cloe-org/cloe/actions/workflows/ci.yml/badge.svg)](https://github.com/cloe-org/cloe/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/cloe-org/cloe/branch/main/graph/badge.svg?token=26c55a1c-87b4-4666-be68-7c3269a5ce86)](https://codecov.io/gh/cloe-org/cloe)
[![License: LGPL-3.0](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html)
[![Documentation](https://readthedocs.org/projects/cloe-euclid/badge/?version=latest)](https://cloe-euclid.readthedocs.io/en/latest/)

Expand Down Expand Up @@ -32,7 +32,7 @@ The full development history is available to EC members [here](https://gitlab.eu
Clone the CLOE repository through the following command:

```shell
git clone https://github.com/cloe-euclid/CLOE.git
git clone https://github.com/cloe-org/CLOE.git
```

Next, create a Conda environment using `environment.yml` that we provide, which includes all the required dependencies with fixed versions that have been tested with CLOE:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ which is when the Euclid Inter-Science Taskforce: Likelihood completed its tenur

It includes the FFTLog implementation, a unified treatment of
Cobaya and CosmoSIS via the CLOE overlayer, and the ability to read in data files in
the Euclid OU-LE3 format via EuclidLib. This version of CLOE moreover includes an
the Euclid OU-LE3 format via euclidlib. This version of CLOE moreover includes an
optimization of the integration strategy for the weak lensing and magnification
kernels (resulting in a factor of six speed improvement), along with bug fixes pertaining
to the magnification bias, Conda environment, and measurement units.
Expand Down
Loading