Closed Pale-Blue-Dot-97 closed 2 months ago
Attention: Patch coverage is 90.98196%
with 45 lines
in your changes missing coverage. Please review.
Project coverage is 91.70%. Comparing base (
f31982a
) to head (2287698
). Report is 693 commits behind head on beta.
:exclamation: There is a different number of reports uploaded between BASE (f31982a) and HEAD (2287698). Click for more details.
HEAD has 2 uploads less than BASE
| Flag | BASE (f31982a) | HEAD (2287698) | |------|------|------| ||6|4|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR mostly moves the burden of initiating (or at least locating) user-specified objects in the config via
hydra
. This helps to standardise how a user specifies an experiment and its constituent parts.Also included are various bug fixes, including finally addressing a persistent recursion error in
PairedGeoDataset
andPairedNonGeoDataset
.