Commit dd1d88b
Fix: Always add timestamp_raw attributes to xarray metadata
- Changed _add_metadata_to_xarray to always add run_timestamp_raw and completed_timestamp_raw
- Removes conditional logic that only added these when not None
- Now consistent with run_timestamp and completed_timestamp behavior
- Ensures consistency between export and load methods
Fixes #7330
Co-authored-by: jenshnielsen <548266+jenshnielsen@users.noreply.github.com>1 parent 1338ec9 commit dd1d88b
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
| 220 | + | |
| 221 | + | |
224 | 222 | | |
225 | 223 | | |
226 | 224 | | |
| |||
0 commit comments