Skip to content

Tests may depend on incorrect method to discriminate climatological variables #302

@rod-glover

Description

@rod-glover

The test (roughly rendered) cell_methods ~ '(within|over)' no longer gives correct results. Instead we must use (rendered as SQL)

ARRAY['climatology'::text] <@ variable_tags(meta_vars.*)

or its complement

ARRAY['observation'::text] <@ variable_tags(meta_vars.*)

Various fixes for this will be applied throughout the PDP stack, including in the databases:

In this repo, we may still be assuming the old method is still in use. See:

Fix these if necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions