Skip to content

Commit f1dda1e

Browse files
committed
Adds headline and description
1 parent 4444ec6 commit f1dda1e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/exact_values_example_1D.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# -*- coding: utf-8 -*-
2+
"""
3+
Exact Values
4+
=================
5+
6+
PyKrige demonstration and usage
7+
as a non-exact interpolator in 1D.
8+
"""
9+
110
from pykrige.ok import OrdinaryKriging
211
import matplotlib.pyplot as plt
312
import numpy as np

0 commit comments

Comments
 (0)