sborstein/dietr

Memory Allocation Issue with ConvertFishbaseDiet

Closed this issue · 1 comments

This appears to be due to a new FishBase update, but it is giving a memory allocation issue as it reads in the data. This may be due to how FishBase handles the diet data. I will be looking at alternative ways to read in the data, but also may contact the FishBase team for help. Note, this appears to be the only function effected at this time and is causing build fails.

This has been fixed and was caused by diet records without ids causing issues and preventing merging by using lots of memory. I have added code that filters out empty records to prevent this.