Skip to content

Commit

Permalink
Adds headline and description
Browse files Browse the repository at this point in the history
  • Loading branch information
nannau committed Jun 29, 2020
1 parent 4444ec6 commit f1dda1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/exact_values_example_1D.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# -*- coding: utf-8 -*-
"""
Exact Values
=================
PyKrige demonstration and usage
as a non-exact interpolator in 1D.
"""

from pykrige.ok import OrdinaryKriging
import matplotlib.pyplot as plt
import numpy as np
Expand Down

0 comments on commit f1dda1e

Please sign in to comment.