spacetelescope / stdatamodels

https://stdatamodels.readthedocs.io
Other
5 stars 24 forks source link

DataModel kwargs documentation does not mention attribute assignment #239

Open braingram opened 9 months ago

braingram commented 9 months ago

The kwargs documentation for DataModel: https://github.com/spacetelescope/stdatamodels/blob/a2ad963167b143fc88b768aabf80d9e64388134d/src/stdatamodels/model_base.py#L135-L145

does not mention that providing key-value pairs will result in attribute assignment: https://github.com/spacetelescope/stdatamodels/blob/a2ad963167b143fc88b768aabf80d9e64388134d/src/stdatamodels/model_base.py#L285-L292

This is used (see here for one example.