From 53a3a39deed13de4357f1d16fd1e74b51a8e4b46 Mon Sep 17 00:00:00 2001 From: "David H. Irving" Date: Mon, 22 Sep 2025 10:51:35 -0700 Subject: [PATCH] Un-exclude tutorial 204.4 from mobu Tutorial 204.4 was previously failing on `data-int` because of an issue with the `standard_passband` datasets on that environment. The `standard_passband` datasets are now included in the `LSSTComCam/DP1` collection chain on `data-int`, so the tutorial should now pass on all environments. --- mobu.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/mobu.yaml b/mobu.yaml index da46b58..d161416 100644 --- a/mobu.yaml +++ b/mobu.yaml @@ -6,4 +6,3 @@ collection_rules: - type: exclude_union_of patterns: - "DP0.2/03c_Big_deepCoadd_Cutout.ipynb" - - "DP1/200_Data_Products/204_Calibrations/204_4_Bandpasses.ipynb"