-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstubtest_allowlist.txt
More file actions
32 lines (26 loc) · 969 Bytes
/
stubtest_allowlist.txt
File metadata and controls
32 lines (26 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# pandapower allowlist
# ====================
# TODO: modules
pandapower\.contingency.*
pandapower\.converter.*
pandapower\.network_schema.*
# TODO: constants
pandapower\.[A-Z0-9_]+$
# TODO: types (stubtest bug?)
pandapower\.pp_types\.[a-zA-Z]+$
# OK: stubs-only
pandapower\._typing
# OK: runtime-only helpers
pandapower\..*\.(std_)?logger
pandapower\.grid_equivalents(\.auxiliary)?\.(home|desktop)
pandapower\.(\w+\.)*([a-zA-Z0-9]+_(available|imported|INSTALLED|IMPORTED)|GRAPHS_EQUAL_POSSIBLE|TYPE_CHECKING)
# OK: runtime-only unintentional reexports
pandapower\.(nan|pp_version)
pandapower\.create\.nan
pandapower\.diagnostic\.diagnostic_helpers\.(N|T)
pandapower\.networks\.(nan|pp_dir)
pandapower\.topology\.BASE_KV
# OK: requires optional dependencies
pandapower\.timeseries\.ts_runpp # requires numba
pandapower\.pf\.(makeYbus_numba|dSbus_dV_numba|create_jacobian_numba) # requires numba
pandapower\.topology\.graph_tool_interface # requires graph-tool