NREL / SSRS

A stochastic agent-based model for predicting raptor movements during updraft-subsidized directional flights
https://www.osti.gov/doecode/biblio/63192
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Fix IndexError in `generate_eagle_track` #1

Closed ewquon closed 2 years ago

ewquon commented 2 years ago

Changes:

Adjusting the track start region appears to be a bandaid fix. E.g.,

ewquon commented 2 years ago

@rimplesandhu, does burnin=10 make sense for this existing boundary catch? https://github.com/NREL/SSRS/blob/fbc6687372edb0f761983a2e55e2aa802a3c40d3/ssrs/movmodel.py#L246-L248

rimplesandhu commented 2 years ago

@rimplesandhu, does burnin=10 make sense for this existing boundary catch?

https://github.com/NREL/SSRS/blob/fbc6687372edb0f761983a2e55e2aa802a3c40d3/ssrs/movmodel.py#L246-L248 this issue is resolved in the updated master branch