Skip to content

Commit

Permalink
add credit to mark in classifier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Dec 19, 2024
1 parent b77b965 commit 6136250
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/coastseg/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
from coastseg import common
from coastseg import file_utilities

# Some of these functions were originally written by Mark Lundine and have been modified for this project.


def move_matching_files(input_image_path, search_string, file_exts, target_dir):
"""
Move files matching the given search string and file extensions to the target directory.
Expand Down

0 comments on commit 6136250

Please sign in to comment.