CosmoStat / CosmoStat/shapepipe
[BUG] mccd/pysap on canfar
Open
@sfarrens is already working on this.
Since Jun 14, 2021.
bug
- Dominant language
- Python
- Stars
- 18
- Forks
- 14
- Avg merge
- 8h 40m
- Merged PRs (30d)
- 10
Description
There seems to be a problem when running mccd on the canfar VM. The code gives an error since Sparse2D is not found.
I needed to install Sparse2D myself from github, after doing using the following commands:
sudo apt-get install pkg-config
sudo apt-get install libcfitsio-dev
I used install_shapepipe from a new branch mccdopt, into which I have just today merged the master. The mccd version is a new branch created by Tobias, inv_norm.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.