File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1818 " ## Setup"
1919 ]
2020 },
21- {
22- "cell_type" : " code" ,
23- "execution_count" : null ,
24- "metadata" : {},
25- "outputs" : [],
26- "source" : [
27- " import warnings\n " ,
28- " warnings.filterwarnings('ignore', message=r'Failed to convert .* into a transformation')"
29- ]
30- },
3121 {
3222 "cell_type" : " code" ,
3323 "execution_count" : null ,
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: BSD-3-Clause
22# Copyright (c) 2023 Scipp contributors (https://github.com/scipp)
3+ import warnings
4+
35import scipp as sc
46
57from ess .reduce import nexus
2426 RawChopper ,
2527)
2628
29+ warnings .filterwarnings ('ignore' , message = r'Failed to convert .* into a transformation' )
30+
2731
2832def load_detector (
2933 file_path : Filename [RunType ], detector_name : NeXusDetectorName [RunType ]
You can’t perform that action at this time.
0 commit comments