From f03723c4aaa69382686020748bbf1aa04f158d9b Mon Sep 17 00:00:00 2001
From: madsmpedersen <m@madsp.dk>
Date: Fri, 6 Nov 2015 09:58:29 +0100
Subject: [PATCH] added shear.py + tests

---
 README.md                     | 3 +++
 wetb/fatigue_tools/fatigue.py | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7d67789..4f52687 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,9 @@ General Time Series Data Format, a binary hdf5 data format for storing time seri
 ### [fatigue_tools](wetb/fatigue_tools)
 - [fatigue](wetb/fatigue_tools/fatigue.py): Rainflow counting, cycle matrix and equvivalent loads
 
+### [wind](wetb/wind)
+- [shear](wetb/wind/shear.py): Calculate and fit wind shear 
+
 ### [FAST](wetb/fast)
 Tools for working with NREL's FAST code (An aeroelastic computer-aided engineering (CAE) tool for horizontal axis wind turbines)
 - [fast_io](wetb/fast/fast_io.py): Read binary and ascii result files
diff --git a/wetb/fatigue_tools/fatigue.py b/wetb/fatigue_tools/fatigue.py
index 72877cf..0c7425f 100644
--- a/wetb/fatigue_tools/fatigue.py
+++ b/wetb/fatigue_tools/fatigue.py
@@ -7,8 +7,6 @@ Created on 04/03/2013
 'cycle_matrix' calculates a matrix of cycles (binned on amplitude and mean value)
 'eq_load_and_cycles' is used to calculate eq_loads of multiple time series (e.g. life time equivalent load)
 
-
-
 '''
 
 #try:
-- 
GitLab