From 58b0963ccb22351aed544a52bdb320f3f27d8821 Mon Sep 17 00:00:00 2001
From: "paritytech-cmd-bot-polkadot-sdk[bot]"
 <179002856+paritytech-cmd-bot-polkadot-sdk[bot]@users.noreply.github.com>
Date: Tue, 14 Jan 2025 16:01:19 +0100
Subject: [PATCH] [stable2412] Backport #5526 (#7146)

Backport #5526 into `stable2412` from ordian.

See the
[documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md)
on how to use this bot.

<!--
  # To be used by other automation, do not modify:
  original-pr-number: #${pull_number}
-->

Co-authored-by: ordian <write@reusable.software>
---
 prdoc/pr_5526.prdoc | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 prdoc/pr_5526.prdoc

diff --git a/prdoc/pr_5526.prdoc b/prdoc/pr_5526.prdoc
new file mode 100644
index 00000000000..0c0a4b055f6
--- /dev/null
+++ b/prdoc/pr_5526.prdoc
@@ -0,0 +1,13 @@
+title: "Fix enact_candidate weight generation"
+doc:
+  - audience: Runtime Dev
+    description: |
+      This PR works around an issue in multivariate linear regression of weight generation.
+
+crates:
+  - name: polkadot-runtime-parachains
+    bump: patch
+  - name: rococo-runtime
+    bump: patch
+  - name: westend-runtime
+    bump: patch
-- 
GitLab