ImperialCollegeLondon / PyProBE

Python Processing for Battery Experiments
https://imperialcollegelondon.github.io/PyProBE/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Fix bug where upper case .CSV file not read #157

Closed tomjholland closed 1 month ago

tomjholland commented 1 month ago

This pull request includes a small but important change to the read_file function in the pyprobe/cyclers/basecycler.py file. The change ensures that file extensions are handled in a case-insensitive manner.