Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit d8b3910

Browse files
committed
doc
1 parent 8e26144 commit d8b3910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you don't have one, here is how to install Gfortran:
2323

2424
* Linux: `apt install gfortran`
2525
* Mac: `brew install gcc`
26-
* [Windows](https://www.scivision.dev/windows-gcc-gfortran-cmake-make-install/)
26+
* [Windows](https://www.scivision.dev/windows-gcc-gfortran-cmake-make-install/) using Windows PowerShell:
2727

2828
```posh
2929
echo "[build]`ncompiler=mingw32" | Out-File -Encoding ASCII ~/pydistutils.cfg

iri90/plots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _pickspecies(sim: xarray.DataArray, species: Sequence[str] = None) -> List[s
9090
elif isinstance(species, str):
9191
specie = [species]
9292
elif isinstance(species, (list, tuple, np.ndarray)):
93-
specie = species
93+
specie = species # type: ignore
9494

9595
return specie
9696

0 commit comments

Comments
 (0)