Skip to content

Commit

Permalink
Leave a breadcrumb for our future selves
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Sep 19, 2024
1 parent c4a0bcc commit 2f84687
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eessi/testsuite/eessi_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ class EESSI_Mixin(RegressionMixin):
# time_limit = '30m'
scale = parameter(SCALES.keys())

# Note that the error for an empty parameter is a bit unclear for ReFrame 4.6.2, but that will hopefully improve
# see https://github.com/reframe-hpc/reframe/issues/3254
# If that improves: uncomment the following to force the user to set module_name
# module_name = parameter()

# Helper function to validate if an attribute is present it item_dict.
# If not, print it's current name, value, and the valid_values
def validate_item_in_dict(self, item, item_dict, check_keys=False):
Expand Down

0 comments on commit 2f84687

Please sign in to comment.