Skip to content
  • Samuel GAIST's avatar
    [experiments][models][experiments] Fix update_blocks · 300a6f05
    Samuel GAIST authored and Flavio TARSETTI's avatar Flavio TARSETTI committed
    When pushing a completely new experiment on the platform,
    an error occurs when calling update_blocks on the cache
    content check. If the object does not exists, then an
    exception is rightfully raised. This patch changes that
    by using get_or_create like of the outputs handling.
    300a6f05