code29563

Results 4 comments of code29563

To what extent is this still an issue, and have there been any updates that change the right way to approach it? For hitran, has [`_read_hitran_file`](https://github.com/radis/radis/blob/a322aa36f9cfffb93f13f069441f1a95ff866ece/radis/api/tools.py#L134) been correctly identified as...

I've tried fixing the code so it currently supports Pandas DataFrames. What would be the best approach for supporting Vaex, as it doesn't seem to have a `cumsum()` method? Convert...

I chose 100000 as the limit on length of a df to be processed in memory, which I tested on a dataset with > 3e9 rows, but might be worth...

> Seems good. Could you provide an example that raises a warning? For an example that both adjusts the cutoff and raises the `LinestrengthCutoffWarning` (based on example from docs for...