Skip to content

Commit

Permalink
Adjust shear vector threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Jan 5, 2025
1 parent 4bcc9d6 commit cec5eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/rap/Row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import WindSpeed from "./cells/WindSpeed";
import { css } from "@emotion/react";
import { vectorDifferenceMagnitude } from "../../helpers/vector";

const DELTA_WINDSPEED_VECTOR_THRESHOLD_KPH = 10;
const DELTA_WINDSPEED_VECTOR_THRESHOLD_KPH = 16;

const TableRow = styled.tr<{ opaque: boolean }>`
${({ opaque }) =>
Expand Down

0 comments on commit cec5eef

Please sign in to comment.