exojax
exojax copied to clipboard
Release v1.5
release process v1.5
We plan to release v1.5 by the end of April 2024.
Any comments welcome!
Unit Test Results
157 testsβββ157 :heavy_check_mark:ββ33s :stopwatch: ββββ1 suitesββββββ0 :zzz: ββββ1 filesββββββββ0 :x:
Results for commit c2910c52.
:recycle: This comment has been updated with latest results.
Thank you for the pull request. I can confirm that most of the scrips in the manual_check work well. I found that these scripts in the manual_check folder are also outdated. They still refer to AutoXS and AutoRT:
Install problem about radis
Looks python 3.9 issue? https://github.com/radis/radis/pull/647
ERROR: Package 'radis' requires a different Python: 3.10.14 not in '<3.9'
Traceback (most recent call last):
File "/home/runner/work/exojax/exojax/setup.py", line 89, in <module>
install_radis_develop()
File "/home/runner/work/exojax/exojax/setup.py", line 79, in install_radis_develop
subprocess.check_call([sys.executable, "-m", "pip", "install", "-e", 'git+https://github.com/radis/radis@develop#egg=radis'])
File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/opt/hostedtoolcache/Python/3.10.14/x64/bin/python', '-m', 'pip', 'install', '-e', 'git+https://github.com/radis/radis@develop#egg=radis']' returned non-zero exit status 1.
Error: Process completed with exit code 1.
It will be solved after the merge of https://github.com/radis/radis/pull/651 into radis/develop
.
Thank all of the reviewers so much!