Skip to content
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

ENH: Rename the csv module to prevent errors #788

Merged
merged 11 commits into from
Jan 19, 2024
Prev Previous commit
Next Next commit
FIX: Fix import for noaapsl
mgrover1 committed Jan 16, 2024
commit d0bac8d97c9273999a75b6dd4a6d49d7bee69be7
2 changes: 1 addition & 1 deletion act/io/noaapsl.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
import xarray as xr
import yaml

from act.io import read_csv
from act.io.text import read_csv


def read_psl_wind_profiler(filepath, transpose=True):