MobleyLab / chemper

Repository for Chemical Perception Sampling Tools
MIT License
19 stars 10 forks source link

Decide how to handle possible 'static' methods #89

Open bannanc opened 5 years ago

bannanc commented 5 years ago

When coding in PyCharm I get a lot of warnings that a function Method [name] may be 'static'. I know you can specify a function is @static, but I don't fully understand the benefit of that. It may be something for someone taking over the project to decide how they want to handle this.