Skip to content
Snippets Groups Projects

`create_kernel` API Update

Merged Jan Hönig requested to merge hoenig/pystencils:create_kernel_api into master
Viewing commit 0c999e54
Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -3,7 +3,7 @@ from typing import Callable, Dict, Iterable, Optional, Sequence, Tuple, Union
import numpy as np
from pystencils import Target, Backend
from pystencils.enums import Target, Backend
from pystencils.field import Field, FieldType