Skip to content
#

climate

Here are 405 public repositories matching this topic...

solutions
bradyrx
bradyrx commented Nov 2, 2020

Describe the bug
When passing dimensions to dim=... in .verify(...), tuples break it and they should not, since it's a base python type similar to list.

Code Sample

import climpred

hind = climpred.tutorial.load_dataset("CESM-DP-SST-3D")
verif = climpred.tutorial.load_dataset("FOSI-SST-3D")
hindcast = climpred.HindcastEnsemble(hind).add_observations(verif)

# wo

Improve this page

Add a description, image, and links to the climate topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the climate topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.