Alexander Heger
Alexander Heger
Since version 8 in Ipython I frequently - very frequently - get IPython crashes (termination) of the kind below. I think the specific situation is that I edit code, I...
I find the new auto suggestion mode *very* distracting. making ipython basically unusable. How can I disable this? (I would appreciate if you did not enable new features to the...
### Description pcolorfast does not show an image, all just remains blank #### Code to reproduce ``` from matplotlib.cm import get_cmap from numpy import mgrid import numpy as np import...
I get an error message ``` f18 -ff2c -finit-local-zero -c -v -march=native -O3 -fno-strict-overflow -I /home/alex/kepler/llvm /home/alex/kepler/source/kepdef.f /home/alex/kepler/source/kepcom:2337:18: error: Equivalence set cannot contain 'odum' that is numeric sequence type and...
For me there is a lot of confusion to me about `f18` compiler and `flang`, whether this is actually the same thing. When I use `f18` things are definitively even...
I am using f18 version 11.0.0 from Fedora 34 rawhide (run on Fedora 33) with the definitions ``` INTEGER, PARAMETER :: int64 = SELECTED_INT_KIND(16) INTEGER, PARAMETER :: real64 = SELECTED_REAL_KIND(15)...
does not seem to change the gfortran version for me, at least when used though f2py.
## allocatable arrays as function parameters Some subroutines may need to return variable size arrays based on the properties of the result, in my case a dimension that comes from...
Does not seem to run on Google Chrome/Fedora. I get the error message ``` Failed to load model class 'TreeModel' from module 'ipytree' Error: Script error for "ipytree" http://requirejs.org/docs/errors.html#scripterror at...
Importing `partial` form `functools` breaks `%autoreload 2` I have a model with a single line ```python from functools import partial ``` if I modify it (say, add a space) and...