Skip to content
Snippets Groups Projects
Commit 1f8a8ea6 authored by Stephane Chavin's avatar Stephane Chavin
Browse files

correct args

parent d3547df6
Branches
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ def main(arguments):
outdir=arguments.directory,
rf=arguments.rf,
names=names,
wav=args.path_to_wav,
raven=args.raven)
wav=arguments.path_to_wav,
raven=arguments.raven)
# Convert DataFrame to xarray Dataset
ds = xr.Dataset.from_dataframe(df)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment