We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87024f commit 5e83a63Copy full SHA for 5e83a63
1 file changed
src/ref_sample_data/data_request/obs4mips.py
@@ -50,22 +50,6 @@ def __init__(
50
self.remove_ensembles = remove_ensembles
51
self.time_span = time_span
52
53
- super().__init__(remove_ensembles, time_span)
54
-
55
- self.obs4mips_path_items = [
56
- "activity_id",
57
- "institution_id",
58
- "source_id",
59
- "variable_id",
60
- "grid_label",
61
- ]
62
63
- self.obs4mips_filename_paths = [
64
65
66
67
68
69
assert all(key in self.avail_facets for key in self.obs4mips_path_items), "Error message"
70
assert all(key in self.avail_facets for key in self.obs4mips_filename_paths), "Error message"
71
0 commit comments