Skip to content

Set up optional functional arguments

Compare
Choose a tag to compare
@cyschneck cyschneck released this 25 Nov 10:43
· 35 commits to main since this release

Set up optional functionaldef
calculateDifferenceEOTMinutes(eccentricity=None,
obliquity_deg=None,
orbit_period=None):

def calculateDifferenceEOTMinutes(eccentricity=None,
obliquity_deg=None,
orbit_period=None):