Memory optimization
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
This merge-request replaces the following global variables:
dCS
distance matrix between cells (C) and stations (S)dS
distance matrix between stations (S)dz2S
pairwise squared z-value differences betweens stationswith a new class edk_dist
that calculates these distances on demand to prevent memory issues.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.