Skip to content

Commit

Permalink
almost working, just needs the values from ramble.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dyokelson committed Dec 11, 2024
1 parent 1912fbd commit 14238b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modifiers/caliper/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def add_mode(mode_name, mode_option, description):
)


class Caliper(SpackModifier, BaseModifier):
class Caliper(SpackModifier):
"""Define a modifier for Caliper"""

name = "caliper"
Expand Down

0 comments on commit 14238b0

Please sign in to comment.