You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all_data galaxy measurements include things that we actually need to pass back and forth. For example, for the Hubble viewer class slider, we only need to keep:
student_id
galaxy_id
velocity_value
distance_value
class_id
For summaries:
class_id or student_id
age_value
As we go, we can think of other places where we can improve efficiency.
The text was updated successfully, but these errors were encountered:
all_data galaxy measurements include things that we actually need to pass back and forth. For example, for the Hubble viewer class slider, we only need to keep:
For summaries:
As we go, we can think of other places where we can improve efficiency.
The text was updated successfully, but these errors were encountered: