Skip to content

Commit

Permalink
Merge branch 'rhoadesScholar-patch-1' of github.com:janelia-cellmap/c…
Browse files Browse the repository at this point in the history
…ellmap-models into rhoadesScholar-patch-1
  • Loading branch information
rhoadesScholar committed Mar 14, 2024
2 parents da0495c + 75983cd commit 9b7e38f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install ".[dev]"
- name: Test with pytest
run: |
pytest # --color=yes --cov={{cookiecutter.project_slug}} --cov-report=xml --cov-report=term-missing tests
pytest --color=yes --cov={{cookiecutter.project_slug}} --cov-report=xml --cov-report=term-missing tests
# Coverage should work out of the box for public repos. For private repos, more setup is likely required.
- name: Coverage
uses: codecov/codecov-action@v4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ This package contains the models used for segmention by the CellMap project team
We strongly recommend installing within a [conda](https://docs.anaconda.com/free/miniconda/#quick-command-line-install) (or [mamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html#automatic-install)) environment to install the package.

```bash
conda env create -n cellmap python=3.10 pytorch -c pytorch -c conda-forge
conda env create -n cellmap python=3.10 pytorch -c pytorch
conda activate cellmap
pip install git+https://github.com/janelia-cellmap/cellmap-models
pip install cellmap-models
```

## Usage
Expand Down
Binary file removed src/cellmap_models/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file removed src/cellmap_models/__pycache__/utils.cpython-310.pyc
Binary file not shown.

0 comments on commit 9b7e38f

Please sign in to comment.