Nicolas Minesi

Results 40 comments of Nicolas Minesi

Issue closed because there is currently no way to reproduce the bug. Do not hesitate to re-open if needed

To answer partially your question @dcmvdbekerom, Python 3.7 is no longer supported. Python 3.8 will not be supported anymore on November https://devguide.python.org/versions/

Cython is not required at the moment in the develop branch, see https://github.com/radis/radis/blob/e9509b85093dcf3979c160482506b667249d9010/environment.yml#L14 I don't know about Dirk's PR to add Vulkan, see #624. @dcmvdbekerom, we need your feedback to...

Here is a test I tried. ```python from radis import SpectrumFactory, plot_diff sf = SpectrumFactory( 2150, 2450, # cm-1 molecule="CO2", isotope="1,2,3", wstep=0.002, ) sf.fetch_databank("hitemp") T = 1500.0 # K p...

Integrated GPU: Intel(R) UHD Graphics - apiVersion: 1.3.250 - scalarBlockLayout: true Integrated GPU: NVIDIA RTX A1000 - apiVersion: 1.3.242 - scalarBlockLayout: true

same error message after a pull and a `pip install -e .`

Working with `vulkan==1.1.99.1`

I tried to do a GPU computation with exomol. It failed because the self broadening is not imported correctly. @dcmvdbekerom can you add that to the to-do list. I'll take...

A few issues remaining, sorted in order of priority - [ ] the file `plot_Kurucz.py` is still not running (see below) - [ ] There is no test of `SpectrumFactory`...

New work on this branch - see #652