Skip to content

Instantly share code, notes, and snippets.

@elijahbenizzy
Created September 2, 2023 23:05
Show Gist options
  • Save elijahbenizzy/16573d0cb0d40ab73c7e571a995974f1 to your computer and use it in GitHub Desktop.
Save elijahbenizzy/16573d0cb0d40ab73c7e571a995974f1 to your computer and use it in GitHub Desktop.
@config.when(mode="online")
def age_mean__online() -> float:
return utils.query_scalar("age_mean")
@config.when(mode="online")
def age_stddev__online() -> float:
return utils.query_scalar("age_stddev")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment