dgilland / pydash

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
http://pydash.readthedocs.io
MIT License
1.28k stars 89 forks source link

Fix call_math_operator on false values #218

Closed DeviousStoat closed 4 months ago

DeviousStoat commented 5 months ago

Fixes #217

0 is a False value hence checking for not value will return True and we will fallback to the default value.

coveralls commented 5 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling f52739bdc27176970e791d6c73621eb89d9ff6d3 on DeviousStoat:fix-math-op-none into 0dfc47d4de3b7101c0c663f79a260a5a3314c3ae on dgilland:develop.