NOAA-EDAB / survdat

https://noaa-edab.github.io/survdat/
https://noaa-edab.github.io/survdat/
Other
2 stars 1 forks source link

Biofix #12

Closed slucey closed 3 years ago

slucey commented 3 years ago

This fixes the issue with the spiny dogfish records dropping out prior to 2001. What happened was there was no catchsex prior to FSCS being implemented in 2001. I had code that fixed that but it used numeric inputs rather than character which is how dbi pulls the data. I fixed it by using characters instead of numbers.

andybeet commented 3 years ago

@slucey How come there are so many commits in this branch. Did you branch from Sean or master?

slucey commented 3 years ago

Unfortunately I branched from Sean...only the last commit is the fix for this issue.

andybeet commented 3 years ago

@slucey This fix worked. nice