Skip to content

Commit

Permalink
[WIP] Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Oct 5, 2024
1 parent 49d3e94 commit 0b9fab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/plot_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def plot_eng_drop_line(
delta_df = data.copy(deep=True)
delta_df["delta"] = delta_df["eng_Latn"] - delta_df["Avg_Multilingual"]
delta_df = delta_df.sort_values(by="delta", ascending=False)
breakpoint()
print(delta_df.to_latex())


if __name__ == "__main__":
Expand Down

0 comments on commit 0b9fab3

Please sign in to comment.