Skip to content

Commit

Permalink
Merge pull request #25 from concord-consortium/188364442-set-model-we…
Browse files Browse the repository at this point in the history
…ight-display-precision

fix: Set model weight display precision to 2 decimal places [PT-188364442]
  • Loading branch information
dougmartin authored Oct 18, 2024
2 parents a18994a + de943dd commit bd00d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/domain_store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class DomainStore {
parent: tFeatureCollectionName,
attrs: [
{name: 'model name', type: 'categorical', hidden: false},
{name: 'weight', hidden: false}
{name: 'weight', precision: 2, hidden: false}
]
}]
}
Expand Down

0 comments on commit bd00d2e

Please sign in to comment.