GalSim-developers / GalSim

The modular galaxy image simulation toolkit. Documentation:
http://galsim-developers.github.io/GalSim/
Other
226 stars 107 forks source link

Make it possible to delete items from a config list #1183

Closed rmjarvis closed 2 years ago

rmjarvis commented 2 years ago

@g-braeunlich found that the current syntax for deleting an item from the config doesn't work to delete things from a list. This PR remedies this.

The one potentially confusing thing that can result from this is if the user also wants to modify other items in the same list. Once an item is deleted, these would need to use the new indices, not the original ones. This seems enough error-prone that I emit a logger warning.

I've targeted this to releases/2.4. I think this can count as a bug, so could go into a bugfix release.