From 0f4dfd7df508173012bf0e092d3480b7438155f6 Mon Sep 17 00:00:00 2001 From: Tianqing Zhang Date: Wed, 31 Jul 2024 20:31:41 -0400 Subject: [PATCH] change import path --- examples/estimation_examples/pzflow_demo.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/estimation_examples/pzflow_demo.ipynb b/examples/estimation_examples/pzflow_demo.ipynb index 452ec7e..f6d928a 100644 --- a/examples/estimation_examples/pzflow_demo.ipynb +++ b/examples/estimation_examples/pzflow_demo.ipynb @@ -29,7 +29,7 @@ "import qp\n", "import tables_io\n", "\n", - "from rail.estimation.algos.pzflow_nf_default import PZFlowInformer, PZFlowEstimator\n" + "from rail.estimation.algos.pzflow_nf import PZFlowInformer, PZFlowEstimator\n" ] }, {