Skip to content

Commit 1ea9daf

Browse files
rm unused method
1 parent e911833 commit 1ea9daf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,6 @@ 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

116-
def findUseCase(self,data):
117-
""" Find the test case of the report
118-
"""
119-
use_case = data["runs"][0]["testcases"][0]["check_vars"]["use_case"]
120-
assert all( testcase["check_vars"]["use_case"] == use_case for run in data["runs"] for testcase in run["testcases"]), "useCase differ from one testcase to another"
121-
return use_case
122-
123116
def filename(self):
124117
""" Build the filename for the report
125118
Returns:

0 commit comments

Comments
 (0)