Skip to content

Commit 1155e19

Browse files
committed
softmax default to 10
1 parent 65db325 commit 1155e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ const ornaments: Record<string, { code: string }> = {
539539
};
540540

541541
export class Tables {
542-
static SOFTMAX_FACTOR = 100;
542+
static SOFTMAX_FACTOR = 10;
543543
static STEM_WIDTH = 1.5;
544544
static STEM_HEIGHT = 35;
545545
static STAVE_LINE_THICKNESS = 1;

0 commit comments

Comments
 (0)