Skip to content

Commit

Permalink
fixes #292
Browse files Browse the repository at this point in the history
  • Loading branch information
emlynjdavies committed Sep 18, 2024
1 parent 4d7bc8f commit 843cf1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyopia/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.5.6'
__version__ = '2.5.7'
2 changes: 1 addition & 1 deletion pyopia/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def combine_stats_netcdf_files(path_to_data, prefix='*'):
Folder name containing nc files with pattern '*Image-D*-STATS.nc'
prefix : str
Prefix to multi-file dataset (for replacing the wildcard in '*Image-D*-STATS.nc').
Prefix to multi-file dataset (for replacing <prefix> in the file name pattern '<prefix>Image-D*-STATS.nc').
Defaults to '*'
Returns
Expand Down

0 comments on commit 843cf1e

Please sign in to comment.