Skip to content
Snippets Groups Projects
Commit 0293527a authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

simplify model type

parent 67f34110
No related branches found
No related tags found
1 merge request!11simplify model type
Pipeline #179818 passed
import numpy as np
_tb_type = dict[tuple[()] | tuple[int, ...], np.ndarray]
_tb_type = dict[tuple[int, ...], np.ndarray]
def add_tb(tb1: _tb_type, tb2: _tb_type) -> _tb_type:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment