Skip to content

Commit

Permalink
Update figure labels
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Sep 12, 2023
1 parent 9585ca0 commit adc1adb
Show file tree
Hide file tree
Showing 9 changed files with 1,996 additions and 1,916 deletions.
4 changes: 2 additions & 2 deletions analysis/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ def build_execution_entries(table_body):
header_neat_names = {
'python' : 'Python',
'numba' : 'Numba',
'pythran' : 'Pythran (g++)',
'pythran' : 'Pythran (icx)',
'pythran_gnu' : 'Pythran (g++)',
'pythran_intel' : 'Pythran (icx)',
'pyccel_fortran_gnu' : 'Pyccel (Fortran, gfortran)',
'pyccel_c_gnu' : 'Pyccel (C, gcc)',
'pyccel_fortran_intel' : 'Pyccel (Fortran, ifort)',
Expand Down
Loading

0 comments on commit adc1adb

Please sign in to comment.