fermiPy / dmsky

Tool for generating dark matter skymaps.
MIT License
4 stars 4 forks source link

Default dwarfs missing profile argument #11

Open kadrlica opened 6 years ago

kadrlica commented 6 years ago

It looks like profile is required by Target but is not included in defaults.yaml ValueError: ('One or more required properties are missing ', ['profile'])

kadrlica commented 6 years ago

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.

kadrlica commented 3 years ago

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.