Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/radis/radis

🌱 A fast line-by-line code for high-resolution infrared molecular spectra
https://github.com/radis/radis

Update radis/test/tools/test_database.py

Co-Authored-By: Erwan Pannier <[email protected]>

b7b0f7ecbc87d08ec7b5b21548edd097b9805ed5 authored over 4 years ago by Minesi N <[email protected]>
added the "try" structure suggested by @erwanp

d57d7d90b93d55acc7fda59fee41e1a8f100513f authored over 4 years ago by minou <[email protected]>
Update radis/tools/database.py

(minor)

Co-Authored-By: Erwan Pannier <[email protected]>

263aeb73492ae348f1f04a42ef18bd1f465631e4 authored over 4 years ago by Minesi N <[email protected]>
Update radis/test/tools/test_database.py

`compress = 2` suppresses many things, we test it is the case

Co-Authored-By: Erwan Pannier <e...

b6910f675c157b416a80db81fd605a75e33aeb9b authored over 4 years ago by Minesi N <[email protected]>
Update radis/test/tools/test_database.py

check only the variables initially in the spectrum

Co-Authored-By: Erwan Pannier <erwan.pannie...

f24297837000be6dc41d29f90948c1370587df26 authored over 4 years ago by Minesi N <[email protected]>
Update radis/test/tools/test_database.py

Co-Authored-By: Erwan Pannier <[email protected]>

65dfa20613e520ba6231875fa64528b4c09b1f54 authored over 4 years ago by Minesi N <[email protected]>
fix missing file in readthedocs.org build. Should fix #105

261c8cb40fc6e7e519513056073656f9b90f1ab2 authored over 4 years ago by Erwan <[email protected]>
(misc) improve coverage by ignoring some more lines. Related to #62

73a24d5f00fd78b2ec135fb3e5608df41b7af344 authored over 4 years ago by Erwan <[email protected]>
update help according to suggestions of PR #100

b78b6ba0dd69ca1ddf68eec64faba0b71a89f4a3 authored over 4 years ago by minou <[email protected]>
improvements suggested by Erwan

b412f66a2f021c6af82136d9940e9039204bafef authored over 4 years ago by minou <[email protected]>
Merge pull request #99 from erwanp/develop

Add online tests for calculations per band, and CO2 (p,c,j,n) nonequilibrium modes

593cb4d3ac385c75c6b064275b0d851571e39c98 authored over 4 years ago by Erwan Pannier <[email protected]>
test of compression=2 when saving a spectrum

2e2da500d7a208d15ae1fd15dc367d378823882f authored over 4 years ago by minou <[email protected]>
beginning tests of compression=2

acded81ec610fb7ff421539dbab48d72d2b29f72 authored over 4 years ago by minesin <[email protected]>
fix remaining line @adityabharadwaj198 :)

64d449dee4e71a95b6b0e1bd6cacdd5760fd9b0f authored over 4 years ago by Erwan <[email protected]>
typo

3a44cbb32c794c8b5e2fffec7f1f25ec4d3582b8 authored over 4 years ago by Erwan <[email protected]>
fix test (partition functions were not equal by calculating with 1 T and 4 T: that's normal: in the 4T model some of the energy goes into the coupling terms)

Also move some of the Cache file regenation functinos into test/utils

41c350ed70b86441957d9389455e326a2a550260 authored over 4 years ago by Erwan <[email protected]>
(misc) show coverage of develop branch on readme

b08cac880e3e4776308b21768ee0ef1736a838ff authored over 4 years ago by Erwan <[email protected]>
clean python 2.7 code, compare ~/.config without case

9a2866e24a567acbec35af964c24d919bb9fd4f8 authored over 4 years ago by Erwan <[email protected]>
add new test case to run All calculation methods (eq, noneq, bands) with the Test databases defined in setup_test_line_databases()

e604cd13088957c31fa6148934f30b121f1b188e authored over 4 years ago by Erwan <[email protected]>
(misc) plot all calculation methods on same fig

9ef934e7862e849f589079aad453ebfd8574f939 authored over 4 years ago by Erwan <[email protected]>
expose setup_test_line_database in root

update getTestFile to assert that path exists and return list of test files if FileNotFound
updat...

f690cc180dcd32396d3161383fbb4d30b5778726 authored over 4 years ago by Erwan <[email protected]>
Merge pull request #98 from pkj-m/fix-find-nearest

Refactoring some misc array functions

b6ed94c9c3eed8fc50c7b747f70a1121cacc8254 authored over 4 years ago by Erwan Pannier <[email protected]>
added empty array case

da2dcf92780daf3e0779ff65adde91d1f35c5ea1 authored over 4 years ago by Pankaj Mishra <[email protected]>
fixed findnearest function

efbfcc07da21b0fc705ea5a9f60ea5b76d1218e9 authored over 4 years ago by Pankaj Mishra <[email protected]>
Merge pull request #95 from pkj-m/array-tests

Added new tests for miscellaneous array functions

abec73d6866a21210087131f08944338eacdfd0f authored over 4 years ago by Erwan Pannier <[email protected]>
added new tests

d5b5c171b5aeebfc7ed6160431664fdb7286bf7b authored over 4 years ago by Pankaj Mishra <[email protected]>
removed extra imports

040a9185e8785b90592e8423cc1b4fa4111b82e2 authored over 4 years ago by Pankaj Mishra <[email protected]>
fixed black formatting

42ed9f836648f6103a4f087a8688ceb1566a989c authored over 4 years ago by Pankaj Mishra <[email protected]>
fixed syntax

3b655afc6fbf85e204ee6e1064c6dda329e553fe authored over 4 years ago by Pankaj Mishra <[email protected]>
added more array tests

04275a1f4ab7cd61585a8084b69d1f2950a599b1 authored over 4 years ago by Pankaj Mishra <[email protected]>
added tests for misc array functions

4e317fc3c56d92641c8f12b3253c487711140362 authored almost 5 years ago by Pankaj Mishra <[email protected]>
Merge pull request #92 from adityabharadwaj198/adityabharadwaj198/radis

fixes #90 : Regenerate levels file automatically if manually changed

bbe5fbe4b7f4931592a688304249ae510257de40 authored almost 5 years ago by Erwan Pannier <[email protected]>
removed unnecessary comments

8263ba6985553824381e3a01fe916ba494ab6e47 authored almost 5 years ago by adityabharadwaj198 <[email protected]>
used os.utime() to change mtime of .levels file

aeb5e000cdc5799f97ddb068527acdb4eb571d5c authored almost 5 years ago by adityabharadwaj198 <[email protected]>
fixes #90

2b838f447696c8a376d534bdf2d6865e3665b7cc authored almost 5 years ago by adityabharadwaj198 <[email protected]>
(doc) update database.add with compress=2 option

c45386d6289fd376941b9f94a4075ff868649870 authored almost 5 years ago by minesin <[email protected]>
(misc) improve coverage

a039f80eb42f789bd8e99b8fa5cdf4a4579bc7d8 authored almost 5 years ago by Erwan <[email protected]>
Merge pull request #91 from erwanp/develop

Adding CO2 effective Hamiltonian tests

2655d5abe1789bafa98cbe829407e36b4207e2df authored almost 5 years ago by Erwan Pannier <[email protected]>
fix line_survey labels to work with CDSD

07333d2f5d697b0cfb253f8929d913fa58293293 authored almost 5 years ago by Erwan <[email protected]>
increases CDSD Hamil size to have enough lines to calculate spectra (up to 6400 cm-1).

fix a missing key in config

ec60aeec627197db82e7620f036250a412be1ca6 authored almost 5 years ago by Erwan <[email protected]>
added CDSD-4000 partition functions for CO2, create the HITEMP-CO2-HAMIL-TEST database automatically

1526936840516baf9ce8a2fb1060576f75a29912 authored almost 5 years ago by Erwan <[email protected]>
added new tests with CDSD Hamiltonian

7a746e9bbe746bd0a8becc8341ed8e48cf52993e authored almost 5 years ago by Erwan <[email protected]>
(misc) clean old IgnoreMissingDatabase format

4f9f8f27dcd21d0ef047f67f5d679ba882f396de authored almost 5 years ago by Erwan <[email protected]>
added fragments of levels generated with Tashkun effective Hamiltonian for CO2 nonequilibrium Hamiltonian tests

2aad2c47853463553333b21d867962613a64f359 authored almost 5 years ago by Erwan <[email protected]>
(ci) ignore some lines in coverage

31b8332c2470f20eaeee9ba0c0b8472aa34c0152 authored almost 5 years ago by Erwan <[email protected]>
(docs) explicitely mention how to compute chemical equilibrium calculations

fb729ac12aa532a2cc753ca6db880388ac2cc3bf authored almost 5 years ago by Erwan <[email protected]>
fix name of SpecDatabase index that was empty when created in the current folder. Reduce verbose of astroquery fetch_databank as required in #84

8a8eccc2dc01cfd75c3d0cf2f315ef6b36193481 authored almost 5 years ago by Erwan <[email protected]>
Merge pull request #88 from adityabharadwaj198/adityabharadwaj198/radis

Fixed the units' issue, added functionality to work with Nans and added a test case for issue #85

90b9d8f1114c6e276dd56a708a9a1be7a95ddfc1 authored almost 5 years ago by Erwan Pannier <[email protected]>
merged most test_with_nan functions so we only calculate the Spectrum once

0b8fc891b314cc6e2862220ef3f921500b0b87a7 authored almost 5 years ago by Erwan Pannier <[email protected]>
Please enter the commit message for your changes. Lines starting

69ba5a5b79f4d4cda4cbe6155055ca0bd5276ebf authored almost 5 years ago by adityabharadwaj198 <[email protected]>
Related to issue #84: when saving a spectrum in a database, the loading part "to test if it worked" is removed

2c316e6e19654af79c98a96f8ae7e58814562ff7 authored almost 5 years ago by minesin <[email protected]>
Merge pull request #83 from adityabharadwaj198/adityabharadwaj198/radis

Pull request to solve issue #82.

3ac54dcfbee0685094e17b3d8111f553dca86c96 authored almost 5 years ago by Minesi N <[email protected]>
Merge pull request #86 from mverleg/develop

#84 Improve json storage size and performance

ad0236bb07348918f8c83f6860c05463e64d133e authored almost 5 years ago by Erwan Pannier <[email protected]>
fix format

efd8c3aa05ab441cad91daa249a733395032bd08 authored almost 5 years ago by Erwan <[email protected]>
#84 Improve json storage size and performance

0e2e52c1d65440f6170da5bd43742855e195fd4d authored almost 5 years ago by Mark <[email protected]>
fixed build problem

08c89bca2244146025c80ab8f70cf5b822d5fba3 authored almost 5 years ago by Aditya Bharadwaj <[email protected]>
testcases and improvements in spectrum.py

0f6bdbb6775a47fc2432aea166b28c5e5dd12561 authored almost 5 years ago by Aditya Bharadwaj <[email protected]>
test

d126b00728167171ac02dd9447688e3975f81bea authored almost 5 years ago by Aditya Bharadwaj <[email protected]>
Merge remote-tracking branch 'upstream/master' into adityabharadwaj198/radis

stay update

d

42f2e83a53af688ded376fb295e78855686044e2 authored almost 5 years ago by Aditya Bharadwaj <[email protected]>
Used black to format the files

026417865fd4e05a46d1154ff47308e28e117638 authored almost 5 years ago by Aditya Bharadwaj <[email protected]>
Used black to format files

454fddd1cf05459e5188a551baea1bce3d13de6b authored almost 5 years ago by Aditya Bharadwaj <[email protected]>
Corrected the syntax error and made tests more inline with the guidelines

852650bb238249e5751c4217c8fafdb53a1d738a authored almost 5 years ago by Aditya Bharadwaj <[email protected]>
adding test case

4db4555314b9c7e737c2256e923eb761090419ba authored almost 5 years ago by Aditya Bharadwaj <[email protected]>
first changes to local repo

0c7a4682ee24c88756479d950a80b0fb045f39f7 authored almost 5 years ago by Aditya Bharadwaj <[email protected]>
(docs) default value of compare_with corrected

(docs) update help of plot_diff for log_scale (following)

9cec50124f7b6fac845920710f8686de6d658dbb authored almost 5 years ago by minesin <[email protected]>
(docs) update help of plot_diff for log-scale

070c5084aec8df5cc6e3806437742c20547f0f8d authored almost 5 years ago by minesin <[email protected]>
(docs) remove gitter sidecar from docs. It's now on the main page https://radis.github.io/

7f01fa5783286f505d2472014c7e943c38287c2c authored almost 5 years ago by Erwan <[email protected]>
(docs) updated custom searchbox location to try to fix it

tried to add Gitter sidecar
added analytics mention

208d043661574a04edfee837f2a5883018466ad0 authored almost 5 years ago by Erwan <[email protected]>
(docs) mention the New Feature voting board

eb2d21c272adc261f80e94878d85d6d4a17054d5 authored almost 5 years ago by Erwan <[email protected]>
(docs) update

71fa1bf72c8066346bb349b8e2207db6ca90ac31 authored almost 5 years ago by Erwan <[email protected]>
fix syntax of UnicodeDecodeError

improve syntax of another error if wrong HITRAN file

23cbc3462312d130c04503f1e90e538ff3355324 authored almost 5 years ago by Erwan <[email protected]>
(docs) reference the Github/Contribute page

Mention Partition Functions calculations in Examples, and Features

bb435b878d003d10b9e04b5607973dcf8ff7db4c authored almost 5 years ago by Erwan <[email protected]>
(docs) fix links, add custom searchbox

e1086255b06b73c6fc2c4829a30793ce5b074191 authored almost 5 years ago by Erwan <[email protected]>
(docs) fix some links

2983444ac3f202153ba0235836cef3f0bda34fdb authored almost 5 years ago by Erwan <[email protected]>
(docs) improved docs, in particular the description of the ~/.radis configuration, and the description of Line databases.

07d7b43c51ca59279f30de5c3a72110864c577aa authored almost 5 years ago by Erwan <[email protected]>
(misc) add a function to read the default argument of a function

b683f4e0e4c02c26f9522572fd636ff2ab739fff authored almost 5 years ago by Erwan <[email protected]>
add an error message right away if molecule is not supported

5994bea39b43ce1041a1509710a2a0b95fe44955 authored almost 5 years ago by Erwan <[email protected]>
Merge pull request #75 from jayanthchandra/ci-dev/ContribGuide

Contribution Guide Update

5a41417e01faf74555e246b8d36566a8c2f96acc authored almost 5 years ago by Erwan Pannier <[email protected]>
Merge branch 'ci-dev/ContribGuide' of https://github.com/jayanthchandra/radis into ci-dev/ContribGuide

307c4470b18c360f2761c6bb0f9f784c715b3e9c authored almost 5 years ago by jayanthchandra <[email protected]>
Addition of Issue Template

b2f819ced9ba3fc92b0cd8bafaf2a6cd376b2272 authored almost 5 years ago by jayanthchandra <[email protected]>
Create CONTRIBUTING.md

864ec5ed14ff09efa3e3ad3ab51fcd3bbdbe601a authored almost 5 years ago by Erwan Pannier <[email protected]>
cleaned and improved the Dev guide

removed unecessary Requirements, added Pull Request

8f4fbe4109a3ce6837653d8cfd33022f2793d3ac authored almost 5 years ago by Erwan Pannier <[email protected]>
Addition of PR template

6b3570ed93db3f93119d7895368f1296a8d55913 authored almost 5 years ago by jayanthchandra <[email protected]>
Changes in git clone document

8f0a81ff151eb5473743717225d7282e3641aee1 authored almost 5 years ago by jayanthchandra <[email protected]>
improve error message when trying to read a binary file with the hit2df function @stephanedelperugia

25b699f7e5606a91df2b2ee0be32b530823fc51e authored almost 5 years ago by Erwan <[email protected]>
(docs) improved Configuration file description

7e5f33b0b867a099e9fdfe2bdd9a643e95920d01 authored almost 5 years ago by Erwan <[email protected]>
updated error message if wrong molecule found in line database. Fixes #72

57adbfe9c6aec19af5cfb2e5a0d2ee1f0878ea0f authored almost 5 years ago by Erwan <[email protected]>
Merge pull request #71 from ritzvik/lint-docs

Added documentation for linting

eeff44125553c4ba02929bf188030647ca00dc73 authored almost 5 years ago by Erwan Pannier <[email protected]>
set-up pre-commit hooks

4a00cda9baf49f53af456663758f2af147b8c392 authored almost 5 years ago by Ritwik Saha <[email protected]>
added mention of pre-commit

04ef8b4f7f61febbc02599fe8385065941b83371 authored almost 5 years ago by Erwan Pannier <[email protected]>
added documentation for linting

b0190ab30afa21be9d5f16f0650743eb51af3b8c authored almost 5 years ago by Ritwik Saha <[email protected]>
Merge pull request #70 from radis/develop

0.9.25 patch pypi deployment

dbb465f2dba12aa23d8375463a67ea7baa212a74 authored almost 5 years ago by Erwan Pannier <[email protected]>
Merge branch 'master' into develop

d9f6a842c3253b9220f1232f1d37ff37b48f80f1 authored almost 5 years ago by Erwan Pannier <[email protected]>
0.9.25: patch pypi package

4a4c8833251e3d356efa172ab44d811a185e7bac authored almost 5 years ago by Erwan <[email protected]>
(docs) update docstrings, better reference apply_slit when people look for convolve

4e7078b64bb6d9e906a1586ee40f1c5ac2655f7f authored almost 5 years ago by Erwan <[email protected]>
fix: setuptips.py was not packaged to Pypi. We remove it and include the content in setup.py

fix: add pandoc in .travis.yml to generate README
clean: removed register.py

b37917fec8f0f931ae82b5355455bd0ec9285ede authored almost 5 years ago by Erwan <[email protected]>
Merge pull request #69 from radis/develop

0.9.24: test auto deployment on pypi

a52773c0e9a9e1ff29c64833f05e32d6ef21254b authored almost 5 years ago by Erwan Pannier <[email protected]>
0.9.24

test auto deployment on pypi

c6c2872abd2aaf70af3373c5b2a2b92bed0a207c authored almost 5 years ago by Erwan Pannier <[email protected]>
clean

4ca2395b40cf9865802d9cc8333eb76b7e1a6f80 authored almost 5 years ago by Erwan Pannier <[email protected]>
Merge branch 'master' into develop (dependencies and setup.py problems)

965d2779808c5da966b15da02ba3e82a2822ab03 authored almost 5 years ago by Erwan <[email protected]>