Lines Matching refs:ceed_resource
56 def verify_training_data(database_array, correct_array, ceed_resource, atol=1e-8, rtol=1e-8): argument
113 def test(self, ceed_resource) -> Tuple[bool, Exception, str]: argument
119 '-ceed', ceed_resource,
169 verify_training_data(database_value, correct_value, ceed_resource)
176 verify_training_data(database_value, correct_value, ceed_resource)
183 verify_training_data(database_value, correct_value, ceed_resource)
196 def test_junit(self, ceed_resource): argument
199 passTest, exception, args = self.test(ceed_resource)
213 if not passTest and 'occa' in ceed_resource:
241 for ceed_resource in args.ceed_backends:
242 print("working on " + ceed_resource + ' ...', end='')
243 passTest, exception, _ = test_framework.test(ceed_resource)