Skip to content

Commit

Permalink
removed partial pattern function
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Jul 9, 2024
1 parent 63f3b38 commit fc8bb02
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/mopdb/mopdb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def query(conn, sql, tup=(), first=True):


def get_columns(conn, table):
"""Gets list of columns form db table
"""Gets list of columns from db table
"""
mopdb_log = logging.getLogger('mopdb_log')
sql = f'PRAGMA table_info({table});'
Expand Down Expand Up @@ -539,15 +539,6 @@ def get_cell_methods(attrs, dims):
return val, frqmod


def identify_patterns(files):
"""Return patterns of files
"""
i = 0
while present is True:


return patterns

def write_varlist(conn, indir, match, version, alias):
"""Based on model output files create a variable list and save it
to a csv file. Main attributes needed to map output are provided
Expand Down

0 comments on commit fc8bb02

Please sign in to comment.