You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
Unwanted case sensitivity of the periods keywords when these are applied in the iMOD project (.prj) file.
Steps to reproduce
In the iMOD project (.prj) file, add a capitalized keyword for defining a periods keyword, e.g. SUMMER or WINTER. This will result in a raise exception, e.g.:
ValueError: time data summer does not match format "%Y-%m-%d %H:%M:%S" or "%Y-%m-%d". Errored while opening/reading data entries for: (rch)
The text was updated successfully, but these errors were encountered:
…ct file. (#1543)
Fixes#1542
# Description
<!---
Thanks for opening a PR!
Please add your description here of changes made and how they are going
to
resolve the linked issue
-->
This fixes a minor bug related to unwanted case sensitivity of the
periods keyword in the iMOD project file.
# Checklist
<!---
Before requesting review, please go through this checklist:
-->
- [x] Links to correct issue
- [x] Update changelog, if changes affect users
- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [x] Unit tests were added
- [ ] **If feature added**: Added/extended example
Bug description
Unwanted case sensitivity of the periods keywords when these are applied in the iMOD project (.prj) file.
Steps to reproduce
In the iMOD project (.prj) file, add a capitalized keyword for defining a periods keyword, e.g. SUMMER or WINTER. This will result in a raise exception, e.g.:
ValueError: time data summer does not match format "%Y-%m-%d %H:%M:%S" or "%Y-%m-%d". Errored while opening/reading data entries for: (rch)
The text was updated successfully, but these errors were encountered: