Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Griesfeller committed Feb 27, 2025
1 parent d42b2c5 commit 0c21bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyaro_readers/actrisebas/ActrisEbasReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def _read(
ebas_unit = tmp_data[_data_var].attrs["ebas_unit"]
if netcdf_unit != ebas_unit:
logger.error(
f"var {_data_var} unit mismatch: unit arr: {netcdf_unit}; ebas_unit attr: {ebas_unit} for URL {url}")
f"var {_data_var} unit mismatch: unit attr: {netcdf_unit}; ebas_unit attr: {ebas_unit} for URL {url}")


# assert f"station {site_name}, file #{f_idx}: found matching standard_name {std_name}"
Expand Down

0 comments on commit 0c21bb0

Please sign in to comment.