Skip to content

Commit

Permalink
rename section to match new ramble interface (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
becker33 authored Aug 23, 2024
1 parent bb33da2 commit 5901815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/benchpark/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def compute_ramble_dict(self):
"config": self.compute_config_section(),
"modifiers": self.compute_modifiers_section(),
"applications": self.compute_applications_section(),
"spack": self.compute_spack_section(),
"software": self.compute_spack_section(),
}
}

Expand Down

0 comments on commit 5901815

Please sign in to comment.