Skip to content
Snippets Groups Projects
Commit ef185b4e authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Fix ImportError for cupy

parent d1489837
No related branches found
No related tags found
1 merge request!438Reduction Support
Pipeline #74174 failed
import pytest import pytest
import numpy as np import numpy as np
import cupy as cp
try:
import cupy as cp
except ImportError:
pass
import pystencils as ps import pystencils as ps
from pystencils.sympyextensions import reduction_assignment_from_str from pystencils.sympyextensions import reduction_assignment_from_str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment