pren / poltype

POLTYPE: AMOEBA parametrization tool
https://pren.github.io/poltype
Other
4 stars 11 forks source link

Part of GenerateParameters() does not return anything #23

Closed mquevill closed 4 years ago

mquevill commented 4 years ago

In the block listed below, the return statement does not return anything, but is normally expected to return a parameter set.

https://github.com/pren/poltype/blob/8cc1cbeb39b3234457104ffe4bd92b43d8a4c155/PoltypeModules/poltype.py#L1010-L1025

https://github.com/pren/poltype/blob/8cc1cbeb39b3234457104ffe4bd92b43d8a4c155/PoltypeModules/poltype.py#L845-L846