You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need some testing of the calculators to make sure that every possible calculation can be done using the code as written. I have found in the past that some fuel models and loads would give incorrect figures in certain scenarios (I believe I have fixed the code to account for the ones I'm aware of).
Would like to test every fuel model and load condition (xfuels.classFuels.GetAvFuels)
Would like to test every smpCalc condition as well to make sure there are no errors.
The text was updated successfully, but these errors were encountered:
In the xFuels.ClassFuels.smpCalc section, each conditional has an "Else", I believe this is causing an issue when trying to calculate several numbers. for instance, I attempted to calculate a large fire using exactly 20 miles as the distance, and I get a return of zero which then exceeds the guidelines when it shouldn't.
I'm thinking about removing the else from each statement, but that could create new issues. Any thoughts on a resolution would be greatly appreciated.
Need some testing of the calculators to make sure that every possible calculation can be done using the code as written. I have found in the past that some fuel models and loads would give incorrect figures in certain scenarios (I believe I have fixed the code to account for the ones I'm aware of).
Would like to test every fuel model and load condition (
xfuels.classFuels.GetAvFuels
)Would like to test every smpCalc condition as well to make sure there are no errors.
The text was updated successfully, but these errors were encountered: