Skip to content

Commit 079dfff

Browse files
authored
fix(content): fixes katex syntax for sector quality equation
* fixes katex syntax for sector quality equation: adds display mode to the equation to render correctly
1 parent 0f59409 commit 079dfff

File tree

1 file changed

+3
-2
lines changed
  • content/systems/filecoin_mining/sector/sector-quality

1 file changed

+3
-2
lines changed

content/systems/filecoin_mining/sector/sector-quality/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dashboardWeight: 2
55
dashboardState: stable
66
dashboardAudit: n/a
77
dashboardTests: 0
8+
math-mode: true
89
---
910

1011
# Sector Quality
@@ -18,7 +19,7 @@ capacity, regular deals, and verified client deals) to reward different content.
1819
- **Sector Quality Multiplier:** Sector quality is assigned on Activation (the epoch when the miner starts proving theyʼre storing the file). The sector quality multiplier is computed as an average of deal quality multipliers (committed capacity, regular deals, and verified client deals), weighted by the amount of spacetime each type of deal occupies in the sector.
1920

2021
{{<katex>}}
21-
SectorQualityMultiplier = \frac{\sum\nolimits_{deals} DealWeight * DealQualityMultiplier}{SectorSpaceTime}
22+
$$SectorQualityMultiplier = \frac{\sum\nolimits_{deals} DealWeight * DealQualityMultiplier}{SectorSpaceTime}$$
2223
{{</katex>}}
2324

2425
- **Raw Byte Power:** This measurement is the size of a sector in bytes.
@@ -58,4 +59,4 @@ The _Sector Quality Adjusted Power_ is:
5859
sectorQuality = avgQuality*size
5960
{{</katex>}}
6061

61-
During `miner.PreCommitSector`, the sector quality is calculated and stored in the sector information.
62+
During `miner.PreCommitSector`, the sector quality is calculated and stored in the sector information.

0 commit comments

Comments
 (0)