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
It should be the same thing as what's in replicate.yaml.
Solution
When creating a project in project.go, it attempts to re-create a Config object. It should instead pass round the raw Config object so we can put that in the metadata.
It should also not include the deprecated storage option if it is blank.
The text was updated successfully, but these errors were encountered:
Problem
This
replicate.yaml
:Produces this in the experiment metadata:
It should be the same thing as what's in
replicate.yaml
.Solution
When creating a project in
project.go
, it attempts to re-create aConfig
object. It should instead pass round the rawConfig
object so we can put that in the metadata.It should also not include the deprecated
storage
option if it is blank.The text was updated successfully, but these errors were encountered: