Skip to content

Commit

Permalink
Added filename keyword to mosaic basic.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Jan 29, 2024
1 parent a547611 commit 94e5fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/roman_datamodels/maker_utils/_common_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def mk_mosaic_basic(**kwargs):
mosbasic["telescope"] = kwargs.get("telescope", "ROMAN")
mosbasic["location_name"] = kwargs.get("location_name", NOSTR)
mosbasic["product_type"] = kwargs.get("product_type", NOSTR)

mosbasic["filename"] = kwargs.get("filename", NOSTR)

return mosbasic

Expand Down
1 change: 1 addition & 0 deletions tests/test_stnode.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ def test_node_representation(model):
"telescope": "ROMAN",
"location_name": "dummy value",
"product_type": "dummy value",
"filename": "dummy value",
}
)
else:
Expand Down

0 comments on commit 94e5fba

Please sign in to comment.