Skip to content

Commit a93d75e

Browse files
committed
rename workflow test
1 parent 781372e commit a93d75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_workflows/test_basic_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import bayesflow as bf
22

33

4-
def test_classifier_two_sample_test(inference_network, summary_network):
4+
def test_basic_workflow(inference_network, summary_network):
55
workflow = bf.BasicWorkflow(
66
inference_network=inference_network,
77
summary_network=summary_network,

0 commit comments

Comments
 (0)