Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyaz Haque committed Oct 24, 2024
1 parent fc60c12 commit 3000f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion var/exp_repo/experiments/amg2023/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from benchpark.expr.builtin.caliper import Caliper


class Amg2023(Experiment, Caliper):
class Amg2023(Caliper, Experiment):
variant(
"programming_model",
default="openmp",
Expand Down
2 changes: 1 addition & 1 deletion var/exp_repo/experiments/caliper/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from benchpark.experiment import Experiment


class Caliper(Experiment):
class Caliper:
variant(
"caliper",
default="none",
Expand Down

0 comments on commit 3000f57

Please sign in to comment.