We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e51c6 commit 99f75c8Copy full SHA for 99f75c8
servicex_analysis_utils/__init__.py
@@ -27,6 +27,7 @@
27
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
from .materialization import to_awk
29
from .file_peeking import get_structure
30
+from .read_buffers import necessary_branches
31
32
__version__ = "1.0.2"
-__all__ = ["to_awk", "get_structure"]
33
+__all__ = ["to_awk", "get_structure", "necessary_branches"]
servicex_analysis_utils/read-buffers.py renamed to servicex_analysis_utils/read_buffers.py
@@ -82,7 +82,7 @@ def build_typetracer(form):
82
"""
83
stamped_form = add_keys(form)
84
85
- tracer, report = ak.typetracer.TypeTracer(
+ tracer, report = ak.typetracer.typetracer_with_report(
86
stamped_form,
87
buffer_key=is_branch_buffer,
88
highlevel=True,
0 commit comments