mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-21 12:30:16 +08:00
- Combine the net value and exposure functions into `calc_net` since they use the same logic. - Change the logic to handle on empty list to using the a start value of 0.0. More concise, and reduces the number of return points from the function to one.