Skip to content

Commit 50ca58e

Browse files
docstring
1 parent ad2e4ab commit 50ca58e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/feelpp/benchmarking/report/atomicReports/atomicReport.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ def movePartials(self,base_dir):
113113
self.hash_param_map[description_file_basename_splitted]["partial_filepath"] = os.path.join(os.path.relpath(move_dir,start="./docs/modules/ROOT/pages"),description_file_basename)
114114

115115
def createLogReports(self,base_dir, renderer):
116+
""" Render the reframe logs (output, error, script) for each testcase
117+
Args:
118+
base_dir (str): The base directory where the logs will be created
119+
renderer (Renderer): The renderer to use
120+
"""
116121
for run in self.runs:
117122
for testcase in run["testcases"]:
118123
check_vars = testcase["check_vars"]

0 commit comments

Comments
 (0)