Skip to content

Commit 97f1ee4

Browse files
committed
Add numpy import to test_era5.py
1 parent 7de716c commit 97f1ee4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/iotools/test_era5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"""
44

55
import pandas as pd
6+
import numpy as np
67
import pytest
78
import pvlib
89
import requests

0 commit comments

Comments
 (0)