Skip to content
Snippets Groups Projects

Examples

Merged Kostas Vilkelis requested to merge examples into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
import numpy as np
tb_type = dict[tuple[None] | tuple[int, ...], np.ndarray]
tb_type = dict[tuple[()] | tuple[int, ...], np.ndarray]
def add_tb(tb1: tb_type, tb2: tb_type) -> tb_type:
Loading