Hello,
As I see issue is in bodhi_svgs_disable_srcset function which has return false as one of possible values (when extension is svg) but first parameter in wp_calculate_image_srcset hook should be array according to docs. Changing false to empty array should resolve this issue.