Skip to content

Commit

Permalink
Merge branch 'master' into 126_docs_failing
Browse files Browse the repository at this point in the history
  • Loading branch information
wathen authored May 23, 2024
2 parents 4e88bce + 04548a3 commit cf95ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Tests](https://github.com/pmlmodelling/ersem/workflows/build-ersem/badge.svg)
![Tests](https://img.shields.io/github/actions/workflow/status/pmlmodelling/ersem/ersem.yml?label=tests&style=flat-square)
[![Documentation Status](https://readthedocs.org/projects/ersem/badge/?version=latest)](https://ersem.readthedocs.io/en/latest/?badge=latest)

# ERSEM
Expand Down
3 changes: 1 addition & 2 deletions github-actions/pyfabm-ersem/pyfabm_tut.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from matplotlib import cm
import matplotlib.pylab as plt
import numpy as np
import os
Expand Down Expand Up @@ -70,7 +69,7 @@ def main():
axes = plt.gca()

# Set color map
cmap = cm.get_cmap('YlOrRd')
cmap = plt.colormaps.get_cmap('YlOrRd')

# Plot
plot = axes.pcolormesh(salinity_array,
Expand Down

0 comments on commit cf95ff2

Please sign in to comment.