DrylandEcology / rSFSTEP2

R program that interfaces with the STEPWAT2 C code and runs in parallel for multiple sites, climate scenarios, disturbance regimes, and time periods
0 stars 1 forks source link

Site ID is inserted a floating point instead of an integer in SQLite Tables #235

Closed kpalmqui closed 4 years ago

kpalmqui commented 4 years ago

Site IDs are inserted as 7.0 in each SQLite Table instead of 7. There is no need for the floating point here.

kpalmqui commented 4 years ago

Resolved by 42a1011