Skip to content
Snippets Groups Projects
Commit e3cc8c26 authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Merge branch '1-profile-generation' into 'main'

Issue #1

Closes #1

See merge request !1
parents 81b098fb 0d9aff28
Branches main
No related tags found
1 merge request!1Issue #1
......@@ -159,7 +159,7 @@ class Workload:
"subtime": int((submit_date - self.start_date).total_seconds()),
"walltime": int(walltime.total_seconds()),
"res": resources,
"profile": str(profile.amount_flop)
"profile": str(int(profile.amount_flop))
})
# Let's generate a dict of dictionaries for the profiles
dprofs = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment