Skip to content

Commit

Permalink
Update SamplingOptsPanel title attribute description
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed May 17, 2024
1 parent 6468dfb commit ca480dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/app/SamplingOptsPanel/SamplingOptsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const SamplingOptsPanel: FunctionComponent<SamplingOptsPanelProps> = ({ sampling
/>
</Grid>
</Grid>
<Grid container item xs={12} spacing={sp2} title="Radius of the hypercube from which initial values for the model parameters are drawn (I think)">
<Grid container item xs={12} spacing={sp2} title="Radius of the hypercube from which initial values for the model parameters are drawn">
<Grid item xs={6}>
init radius
</Grid>
Expand Down

0 comments on commit ca480dd

Please sign in to comment.