Skip to content

Commit 05fb8cf

Browse files
committed
mv to responsive_inference.json and format fix
Signed-off-by: YunLiu <[email protected]>
1 parent a4c8095 commit 05fb8cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_bundle_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ def test_inference_config(self, config_file):
120120
self.assertEqual(inferer.workflow_type, None)
121121

122122
@parameterized.expand([TEST_CASE_4])
123-
def test_realtime_inference_config(self, config_file):
123+
def test_responsive_inference_config(self, config_file):
124124
input_loader = LoadImaged(keys="image")
125125
output_saver = SaveImaged(keys="pred", output_dir=self.data_dir, output_postfix="seg")
126126

127127
# test standard MONAI model-zoo config workflow
128128
inferer = ConfigWorkflow(
129129
workflow_type="infer",
130130
config_file=config_file,
131-
logging_file=os.path.join(os.path.dirname(__file__), "testing_data", "logging.conf")
131+
logging_file=os.path.join(os.path.dirname(__file__), "testing_data", "logging.conf"),
132132
)
133133
# FIXME: temp add the property for test, we should add it to some formal realtime infer properties
134134
inferer.add_property(name="dataflow", required=True, config_id="dataflow")
File renamed without changes.

0 commit comments

Comments
 (0)