cleanup
This commit is contained in:
parent
cbfbdf66a1
commit
4eee4d19e9
5 changed files with 7 additions and 8 deletions
|
|
@ -646,9 +646,9 @@ def repetition_fata2masq(
|
|||
def repetition_masq2fata(
|
||||
rep: Repetition | None,
|
||||
) -> tuple[
|
||||
fatamorgana.GridRepetition | fatamorgana.ArbitraryRepetition | None,
|
||||
tuple[int, int]
|
||||
]:
|
||||
fatamorgana.GridRepetition | fatamorgana.ArbitraryRepetition | None,
|
||||
tuple[int, int]
|
||||
]:
|
||||
frep: fatamorgana.GridRepetition | fatamorgana.ArbitraryRepetition | None
|
||||
if isinstance(rep, Grid):
|
||||
a_vector = rint_cast(rep.a_vector)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue