Skip to content

Commit

Permalink
Merge pull request #173 from biomage-org/enable-downsampling
Browse files Browse the repository at this point in the history
[BIOMAGE-2396] Enable geosketch
  • Loading branch information
kafkasl authored Mar 10, 2023
2 parents d47627b + 06bcd9f commit 8636c8f
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@ const CalculationConfig = (props) => {
</div>
</Panel>
</Collapse>
{/* TODO: reenable when geometric sketching pipeline PRs are released */}
<Collapse style={{ display: 'none' }}>
<Collapse>
<Panel header='Downsampling Options' key='downsampling-options'>
<Space direction='vertical' style={{ width: '100%' }} />
<Form.Item>
Expand Down Expand Up @@ -375,9 +374,9 @@ const CalculationConfig = (props) => {
updateSettings({
downsampling: {
methodSettings:
{
[downsampling.method]: { percentageToKeep: parseInt(value, 0) },
},
{
[downsampling.method]: { percentageToKeep: parseInt(value, 0) },
},

},
});
Expand Down

0 comments on commit 8636c8f

Please sign in to comment.