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
In Gcapp.write_eval_set_ext, we do a little transformation from Gcstd_eval to JSON (which we ultimately dump as YAML). Similarly, in Gcapp.load_eval_set_ext, we rip a little forEach loop to set all the hashes in our new Gcstd_eval object.
Could this be nicer by moving this activity to the Gcstd_eval class?
The text was updated successfully, but these errors were encountered:
In Gcapp.write_eval_set_ext, we do a little transformation from Gcstd_eval to JSON (which we ultimately dump as YAML). Similarly, in Gcapp.load_eval_set_ext, we rip a little forEach loop to set all the hashes in our new Gcstd_eval object.
Could this be nicer by moving this activity to the Gcstd_eval class?
The text was updated successfully, but these errors were encountered: