Skip to content

Commit

Permalink
Site observation groups for shortcodes now by experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliif committed Feb 14, 2024
1 parent f43eabf commit 632719a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion viewer/target_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,8 @@ def process_bundle(self):
canon_site_confs=canon_site_conf_objects,
)

values = ["canon_site_conf__canon_site", "cmpd"]
# values = ["canon_site_conf__canon_site", "cmpd"]
values = ["experiment"]
qs = (
SiteObservation.objects.values(*values)
.order_by(*values)
Expand Down

0 comments on commit 632719a

Please sign in to comment.