-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load Channels with .
in their name
#38
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a test? Also would we ever need this for load_imgs_from_dir
as well?
@camisowers Yeah I'll add a test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just one minor fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Allows loading of channels with a period in their name (other than for the file extension)
How did you implement your changes
Used
os.path.splitext
instead of.split
for the path.Updated dependencies for Python 3.12 support.
Remaining issues
N/A.