Skip to content

Commit

Permalink
Changed sorting for Table 5A.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristiano Köhler committed Nov 13, 2024
1 parent fdab66b commit 441f9c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/manuscript_tables/table_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
prefix="neao_steps:",
inplace=True)

# Sort by file path
results_steps = results_steps.sort_values(['file_path', 'neao_class'])

# Save table to LaTeX, with the first/last rows
save_table_latex(results_steps,
"table_steps_A.txt",
Expand Down

0 comments on commit 441f9c9

Please sign in to comment.