Skip to content

Commit

Permalink
Add logger instance
Browse files Browse the repository at this point in the history
Add a logger instance when testing for akima inerpolation. Fixes issue #20
  • Loading branch information
wcarthur committed Apr 6, 2016
1 parent 4c04a05 commit 602dda2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Evaluate/interpolateTracks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import sys
import numpy as np
import logging as logger

from datetime import datetime, timedelta
from matplotlib.dates import date2num, num2date
Expand Down

0 comments on commit 602dda2

Please sign in to comment.