Skip to content

Commit

Permalink
pass __init__ class
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 12, 2019
1 parent e9be013 commit 1259c01
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions WTC_toolbox/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,11 @@ def second_order_PI(self,zeta,om_n,A,B,linearize=False,v=None):

class FileProcessing():
"""
Class ProcessFile can be used to read in / write out controller param files to update
Class ProcessFile can be used to read in / write out controller parameter files to update
"""

def __init__(self, controller):
"""
Process
"""

pass
def read_param_file(self, param_file):
"""
Load the parameter files directly from a FAST input deck
Expand Down

0 comments on commit 1259c01

Please sign in to comment.