Changes between Version 38 and Version 39 of ModelConvInst


Ignore:
Timestamp:
Jan 28, 2016 8:14:14 PM (8 years ago)
Author:
pkienzle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v38 v39  
    211211}}} 
    212212 
     213We 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. 
    213214 
    214215You can tell pylint to ignore things.  For example, to align you parameters in blocks: 
     
    230231}}} 
    231232 
    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  
    234233 
    235234'''CHECK THE DOCS'''