remove ngsolve import from pickle test, reverse pybind check

This commit is contained in:
Christopher Lackner 2018-12-12 14:50:22 +01:00
parent a722964823
commit 08275457c7
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit e0f3a766e951ebbf2aadb31f41eb490de5bb607e Subproject commit 2a150736601bb3113877bb673fb934bb60d46ec5

View File

@ -1,7 +1,6 @@
import netgen.csg as csg import netgen.csg as csg
import pickle, numpy import pickle, numpy
from ngsolve import Draw, Mesh
def test_pickle_csg(): def test_pickle_csg():
geo = csg.CSGeometry() geo = csg.CSGeometry()