littlepadawan / TASS

1 stars 0 forks source link

Turbulence value is hard coded #1

Open littlepadawan opened 1 month ago

littlepadawan commented 1 month ago

When getting models for interpolation, in the function get_bracketing_models, the value for the turbulence (t) is hard coded to 01.

This is wrong. The value should be fetched from the Configuration object (xit).

For this to work, there needs to be some comparison between the string value stored in the DataFrame entries (turbulence_str) and the xit attribute of the Configuration object.