Jonas231

Results 46 comments of Jonas231

I found this: https://gitlab.dkrz.de/m300872/rain-on-python/-/blob/master/forpy/usage_log.md

Okay. I had to query: which python Then use: export LD_LIBRARY_PATH=/home/jonas/miniconda3/lib:$LD_LIBRARY_PATH gfortran -c forpy_mod.F90 gfortran intro_to_forpy.F90 forpy_mod.o python3-config --ldflags --embed ./a.out Now it works.

These are the versions that I am using: chaco 5.0.0 1 dbanas enable 5.2.1 py38h4da3286_2 dbanas

Okay. I just rediscovered a workaround: plotter.show_bounds(font_size = 20, color='red')

Let me explain some more: My issue is related to #134 and #146. I cannot copy all the files.inc into the same folder as the .f which is including the...

Functions: struct extpoly_t eval_extpoly_impf class ExtendedPolynomial(ShapedFace) The link to pyrate: https://github.com/mess42/pyrate/blob/master/pyrateoptics/raytracer/surface_shape.py

Hi Bryan, very nice. I wish you a good new year. Jonas

Hello, thank you for your quick answer. I did this: conda create --name mypython38 python=3.8 -- conda install -c conda-forge numpy Aus conda install -c conda-forge cython Aus conda install...

I have Visual Studio Community 2019, however I realized that C++ development tools are not installed. I will repeat the process...

Thank you for those changes. I will try it out again soon on Win10 and Linux Mint when I have time.