Commit 019bd00d authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

fix indent for if-else use_detector

parent b2450a56
Loading
Loading
Loading
Loading
+20 −22
Original line number Diff line number Diff line
@@ -123,9 +123,7 @@ class GeneralDAGViaObsid(BaseDAG):
                return_counts=True,
            )
            # select those obs_ids with `counts == effective detector number`
                u_obsid_selected = u_obsid[
                    c_obsid == len(self.effective_detector_names)
                ]
            u_obsid_selected = u_obsid[c_obsid == len(self.effective_detector_names)]
            for this_obsid in u_obsid[u_obsid_selected]:
                # generate a DAG message if is_selected
                this_dag_run = self.gen_dag_run(