Skip to content

Commit a2ce319

Browse files
committed
add imports
1 parent 71ff2b7 commit a2ce319

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pvlib/irradiance.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
global horizontal irradiance, direct normal irradiance,
44
diffuse horizontal irradiance, and total irradiance
55
under various conditions.
6+
7+
.. ipython:: python
8+
:suppress:
9+
10+
import numpy as np
11+
import pandas as pd
12+
import matplotlib.pyplot as plt
613
"""
714

815
from __future__ import division

0 commit comments

Comments
 (0)