Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Chaillet <[email protected]>
  • Loading branch information
sroet and McHaillet authored Mar 1, 2024
1 parent 927beab commit 7bb4399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ python -m pip install pytom-match-pick
```

## Cupy warning
Trying to import the code with
Having issues running the software? If cupy is not correctly installed,
```commandline
python -c "import pytom_tm"
```

can show a cupy warning. If this is the case, this probably means cupy is not correctly installed.
If your cupy installation is broken, the following should raise some errors:
Alternatively, cupy can sometimes be installed without issue but not detect CUDA correctly. In that case, the following should raise some errors:
```commandline
python -c "import cupy as cp; a = cp.zeros((100,100))"
```
Expand Down

0 comments on commit 7bb4399

Please sign in to comment.