Changes between Version 38 and Version 39 of ModelConvInst
- Timestamp:
- Jan 28, 2016 8:14:14 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelConvInst
v38 v39 211 211 }}} 212 212 213 We are not aiming for zero lint just yet, only keeping it to a minimum. For now, don't worry about invalid-name or missing-docstring on Iq/Iqxy. If you really want a variable name Rg for example because Rg is the right name for the model parameter, then ignore the lint errors. We will have delinting sessions at the code camp, where we can decide on standards for model files, parameter names, etc. 213 214 214 215 You can tell pylint to ignore things. For example, to align you parameters in blocks: … … 230 231 }}} 231 232 232 We are not aiming for zero lint just yet, only keeping it to a minimum. For now, don't worry about invalid-name or missing-docstring on Iq/Iqxy. If you really want a variable name Rg for example because Rg is the right name for the model parameter, then ignore the lint errors. We will have delinting sessions at the code camp, where we can decide on standards for model files, parameter names, etc.233 234 233 235 234 '''CHECK THE DOCS'''