Skip to content

Commit

Permalink
write out correct table
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Mar 26, 2024
1 parent ffa2f7f commit 50c833e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void analyzeModeShare(Table trips, List<String> dists, Function<String, Path> ou
);

String name = String.join("_", group.columns);
aggr.write().csv(output.apply(name).toFile());
joined.write().csv(output.apply(name).toFile());
}
}

Expand Down

0 comments on commit 50c833e

Please sign in to comment.