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

Fix ImportError for cupy

parent d1489837
1 merge request!438Reduction Support
Pipeline #74174 failed with stages
in 6 minutes and 44 seconds
import pytest
import numpy as np
import cupy as cp
try:
import cupy as cp
except ImportError:
pass
import pystencils as ps
from pystencils.sympyextensions import reduction_assignment_from_str
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment