Skip to content
Snippets Groups Projects
Commit 19594080 authored by David Schäfer's avatar David Schäfer
Browse files

oh boy, these old python versions hurt...

parent 058e1def
No related branches found
No related tags found
1 merge request!599Several fixes and refactorings to the interpolation methods
Pipeline #141952 failed with stages
in 3 minutes and 41 seconds
This commit is part of merge request !599. Comments created here will be created in the context of that merge request.
......@@ -13,7 +13,8 @@ from __future__ import annotations
import re
import sys
from typing import Literal, Union
from typing import Union
from typing_extensions import Literal
import numba as nb
import numpy as np
......
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