Christopher Albert

Results 34 issues of Christopher Albert

Now that the basic version is working in 2f9678ae106a98ba865830f12fd1386488141dcd and #235 we should 1) add more tests with different shapes and order 2) make the two failing unit tests work:...

enhancement
help wanted

Fixes #979. For every PR, please check the following: - [ ] End-user documentation check. If this PR requires end-user documentation in the Julia VS Code extension docs, please add...

enhancement

Recently, the PR https://github.com/JuliaLang/julia/pull/38791 for the REPL got merged to be included in the next Julia version. This means that the REPL will tab-complete statements like `?(x, y)` to yield...

enhancement

For those who prefer sending commands to an external qtconsole with settings "ConsoleWidget.include_other_output = True" it would be nice if one could configure Hermes not to display output inside sublime...

Since I'm using `setup.py develop --user` in my setup, `julia-py` binary is installed in `~/.local/bin`. Rather than hardcoding the path to be at the same place as the `python` binary,...

When running the example according to https://f2x.readthedocs.io/en/latest/content/introduction/getting_started.html the following error occurs in master and the previous commit d40f96d: ``` $~/code/F2x/draft$ F2x -W lib -m mylib.* mylib/test.f90 INFO F2x Version 0.2...

Running sphinx with fortran_autodoc on an empty module fails at ```python parsing fortran sources...{} Exception occurred: File ".../sphinx-fortran/sphinxfortran/fortran_autodoc.py", line 347, in scan m = block['vardescsearch'](line) KeyError: 'vardescsearch' ``` Quick fix:...

`gcc` doesn't support `-mfma` flag on `arm64` CPUs, leading to compile error c++: error: unrecognized command-line option ‘-mfma’ on `pip install`. Fix: Remove `-mfma` compile flags in `CMakeLists.txt`

After discussion at ISHW with @jonathanschilling we had the idea to speed up field line tracing by using symplectic integration. Another, possibly even faster and simpler alternative would be to...

enhancement