From fcda6b17ed96be3998f1cb9f6e875e64c6a262ca Mon Sep 17 00:00:00 2001 From: Matthew Liu Date: Thu, 16 Apr 2026 00:00:47 +0900 Subject: [PATCH 1/2] Patched missing comma in input task files --- input/data/tasks/example_freestall_task.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/data/tasks/example_freestall_task.json b/input/data/tasks/example_freestall_task.json index 5f703b52d8..c0ed219bca 100644 --- a/input/data/tasks/example_freestall_task.json +++ b/input/data/tasks/example_freestall_task.json @@ -9,7 +9,7 @@ "random_seed": 42, "exclude_info_maps": false, "cross_validation_file_paths": [ - "input/metadata/cross_validation/example_cross_validation.json" + "input/metadata/cross_validation/example_cross_validation.json", "input/metadata/cross_validation/weather_cross_validation.json" ] } From bded12e2278df7bfe88638afd56ef3cc92479ba3 Mon Sep 17 00:00:00 2001 From: Matthew Liu Date: Thu, 16 Apr 2026 00:02:57 +0900 Subject: [PATCH 2/2] Updated change log --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 2b27d60638..19828d57f6 100644 --- a/changelog.md +++ b/changelog.md @@ -357,6 +357,7 @@ v1.0.0 - [2743](https://github.com/RuminantFarmSystems/RuFaS/pull/2743) - [minor change] [NoInputChange] [NoOutputChange] Fix broken IM unit test. - [2744](https://github.com/RuminantFarmSystems/RuFaS/pull/2744) - [minor change] [NoInputChange] [NoOutputChange] Update the OM and RG wiki with new report filter options. - [2881](https://github.com/RuminantFarmSystems/RuFaS/pull/2881) - [minor change] [NoInputChange] [NoOutputChange] Add v1.0.0 release notes. +- [2964](https://github.com/RuminantFarmSystems/RuFaS/pull/2964) - [minor change] [NoInputChange] [NoOutputChange] Patched a missing comma in freestall task input ### v0.9.2