Skip to content

Commit

Permalink
trying to fix the bug between scipy and healpy for trapz once more
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Jul 1, 2024
1 parent b9668b7 commit 80788b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
conda env create -f augur/environment.yml
conda env update -q -v -n forecasting -f augur/environment.yml
conda activate forecasting
cd augur
python -m pip install --no-deps --editable .
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ conda env update --name my_env --file=environment.yml --prune
```
and activate your environment with `conda activate [my_env/forecasting]`.

Next install firecrown and augur.
<!-- Next install firecrown and augur.
Install a repo version of firecrown:
Expand All @@ -48,7 +48,9 @@ pythong -m pip install .
Now run a `pytest` to see if things work.
Next repeat the same with `augur`:
Next repeat the same with `augur`: -->

### Now install augur:

```
git clone [email protected]:LSSTDESC/augur.git
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- firecrown>=1.7.5
- flake8
- scipy=1.14
- scipy < 1.14.0
- healpy
- jinja2
- numdifftools
Expand Down

0 comments on commit 80788b2

Please sign in to comment.