Skip to content
Snippets Groups Projects
Commit ba498a3c authored by David Schäfer's avatar David Schäfer
Browse files

rename parameter

parent 7c982a74
No related branches found
No related tags found
2 merge requests!842Annotated float scheme,!827Represent all flags by DictOfSeries
Pipeline #206265 failed with stages
in 33 seconds
...@@ -161,7 +161,7 @@ def main( ...@@ -161,7 +161,7 @@ def main(
writer, writer,
out.to_pandas( out.to_pandas(
fill_value=-9999 if scheme == "positional" else np.nan, fill_value=-9999 if scheme == "positional" else np.nan,
squeeze_columns=False, multiindex=True,
), ),
outfile, outfile,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment