PyPartMC icon indicating copy to clipboard operation
PyPartMC copied to clipboard

review method/property names and API calling sequences for potential Pythonicity improvements (or consistency improvements as in the case of `diameters` methods vs. `dry_diamaters` property)

Open slayoo opened this issue 2 years ago • 3 comments

Examples to consider:

  • aero_particle.set_vols([3, 2, 1]) -> aero_particle.vols = [3,2,1]
  • aero_particle.zero() -> aero_particle = 0
  • aero_particle.approx_crit_rel_humid(env_state) -> aero_particle.crit_rel_humid(env_state, approx=True)

slayoo avatar May 17 '23 20:05 slayoo

Stale issue message

github-actions[bot] avatar Jul 17 '23 13:07 github-actions[bot]

Stale issue message

github-actions[bot] avatar Sep 19 '23 13:09 github-actions[bot]

Stale issue message

github-actions[bot] avatar Jan 17 '24 13:01 github-actions[bot]