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 looks like profile is required by Target but is not included in defaults.yaml ValueError: ('One or more required properties are missing ', ['profile'])
The text was updated successfully, but these errors were encountered:
It seems like this could be fixed by adding: profile: {type: 'NFW'}
to each dwarf in defaults.yaml, but I'm not 100% sure this doesn't conflict with how the profiles is overwritten later on.
Bumping this again since I hit the problem in trying to update the dwarfs. I'm not sure if anyone knows the answer off-hand, so it may require a deep dive.
It looks like
profile
is required byTarget
but is not included indefaults.yaml
ValueError: ('One or more required properties are missing ', ['profile'])
The text was updated successfully, but these errors were encountered: