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 c39104c commit cfbefd5
Show file tree
Hide file tree
Showing 9 changed files with 5,467 additions and 5,064 deletions.
9 changes: 6 additions & 3 deletions analysis/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,12 @@ def build_execution_entries(table_body):
header_neat_names = {
'python' : 'Python',
'numba' : 'Numba',
'pythran' : 'Pythran',
'pyccel_fortran' : 'Pyccel (Fortran)',
'pyccel_c' : 'Pyccel (C)',
'pythran' : 'Pythran (g++)',
'pythran' : 'Pythran (icx)',
'pyccel_fortran_gnu' : 'Pyccel (Fortran, gfortran)',
'pyccel_c_gnu' : 'Pyccel (C, gcc)',
'pyccel_fortran_intel' : 'Pyccel (Fortran, ifort)',
'pyccel_c_intel' : 'Pyccel (C, icc)',
}

def neaten_header(header):
Expand Down
Loading

0 comments on commit cfbefd5

Please sign in to comment.