Skip to content

Commit

Permalink
stashing
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliif committed Dec 13, 2024
1 parent 9766e87 commit e10fec2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion viewer/target_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,11 @@ def process_bundle(self):
tag = val.instance.name

self._tag_observations(
tag, prefix, category=cat_xtal, site_observations=so_list
tag,
prefix,
category=cat_xtal,
site_observations=so_list,
clean_ids=False,
)

logger.debug("xtalform objects tagged")
Expand Down

0 comments on commit e10fec2

Please sign in to comment.