Hi,
Sorry for the inconvenience.
I managed to get topop_numpy working with a normal python script that I wrote.
a working topop.py
(compas-dev) C:\Users\Rick>python c:/Users/Rick/testingvscode/topop.py
Testing topop with topop.py within conda environment
Iteration: 1 Compliance: 9.261e+13
Iteration: 2 Compliance: 2.326e+14
Iteration: 3 Compliance: 3.279e+14
Iteration: 4 Compliance: 1.371e+14
But still nothing within GH. I created a new environment with the following packages in it:
Active packages
packages in environment at C:\Users\Rick\Miniconda3\envs\compas-dev:
Name Version Build Channel
blas 1.0 mkl
ca-certificates 2019.11.28 hecc5488_0 conda-forge
certifi 2019.11.28 py37_0 conda-forge
compas 0.11.4 py37_0 conda-forge
cycler 0.10.0 py_2 conda-forge
cython 0.29.14 py37h6538335_0 conda-forge
decorator 4.4.1 py_0 conda-forge
fastcache 1.1.0 py37hfa6e2cd_0 conda-forge
freetype 2.10.0 h563cfd7_1 conda-forge
icc_rt 2019.0.0 h0cc432a_1
icu 64.2 he025d50_1 conda-forge
intel-openmp 2019.4 245
jpeg 9c hfa6e2cd_1001 conda-forge
kiwisolver 1.1.0 py37he980bc4_0 conda-forge
libblas 3.8.0 14_mkl conda-forge
libcblas 3.8.0 14_mkl conda-forge
libclang 9.0.0 default_hf44288c_4 conda-forge
liblapack 3.8.0 14_mkl conda-forge
libpng 1.6.37 h7602738_0 conda-forge
libtiff 4.1.0 h21b02b4_1 conda-forge
llvmlite 0.30.0 py37_0 conda-forge
lz4-c 1.8.3 he025d50_1001 conda-forge
matplotlib 2.2.4 py37_2 conda-forge
matplotlib-base 2.2.4 py37h2981e6d_2 conda-forge
mkl 2019.4 245
mkl-service 2.3.0 py37hfa6e2cd_0 conda-forge
mpmath 1.1.0 py_0 conda-forge
networkx 2.4 py_0 conda-forge
numba 0.46.0 py37he350917_1 conda-forge
numpy 1.17.3 py37hc71023c_0 conda-forge
olefile 0.46 py_0 conda-forge
openssl 1.1.1d hfa6e2cd_0 conda-forge
pillow 6.2.1 py37h5fcff3f_1 conda-forge
pip 19.3.1 py37_0 conda-forge
planarity 3.0.0.5 hfa6e2cd_1002 conda-forge
pyparsing 2.4.5 py_0 conda-forge
pyqt 5.12.3 py37h6538335_1 conda-forge
pyqt5-sip 4.19.18 pypi_0 pypi
pyqtwebengine 5.12.1 pypi_0 pypi
python 3.7.3 h510b542_1 conda-forge
python-dateutil 2.8.1 py_0 conda-forge
python-planarity 0.4.1 py37hfa6e2cd_2 conda-forge
pytz 2019.3 py_0 conda-forge
qt 5.12.5 h7ef1ec2_0 conda-forge
scipy 1.3.2 py37h29ff71c_0
setuptools 42.0.2 py37_0 conda-forge
six 1.13.0 py37_0 conda-forge
sqlite 3.30.1 hfa6e2cd_0 conda-forge
sympy 1.4 py37_0 conda-forge
tk 8.6.10 hfa6e2cd_0 conda-forge
tornado 6.0.3 py37hfa6e2cd_0 conda-forge
vc 14.1 h0510ff6_4
vs2015_runtime 14.16.27012 hf0eaf9b_0
wheel 0.33.6 py37_0 conda-forge
wincertstore 0.2 py37_1003 conda-forge
xz 5.2.4 h2fa13f4_1001 conda-forge
zlib 1.2.11 h2fa13f4_1006 conda-forge
zstd 1.4.4 hd8a0e53_1 conda-forge
In this chart both SciPy and NumPy are clearly in this environment. I removed compas from ironpython and reinstalled it in this env, but (with the same script as topop.py, only including XFunc) it won’t work within GH. Any tips?
Thanks for you time
Rick