diff options
Diffstat (limited to 'app/client/modules/biggan')
| -rw-r--r-- | app/client/modules/biggan/views/biggan.encodingList.js | 2 | ||||
| -rw-r--r-- | app/client/modules/biggan/views/biggan.results.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/client/modules/biggan/views/biggan.encodingList.js b/app/client/modules/biggan/views/biggan.encodingList.js index 3d8f07d..82c6fe6 100644 --- a/app/client/modules/biggan/views/biggan.encodingList.js +++ b/app/client/modules/biggan/views/biggan.encodingList.js @@ -81,7 +81,7 @@ class BigGANEncodingList extends Component { <Slider live name='encoding_orbit_radius' title={"Radius"} - min={0} max={0.25} step={0.001} type='float' + min={0} max={0.2} step={0.001} type='float' /> <Button title={"Shuffle"} diff --git a/app/client/modules/biggan/views/biggan.results.js b/app/client/modules/biggan/views/biggan.results.js index 3cdb470..8d180d3 100644 --- a/app/client/modules/biggan/views/biggan.results.js +++ b/app/client/modules/biggan/views/biggan.results.js @@ -17,7 +17,7 @@ let yes_count = 0 class BigGANResults extends Component { constructor(props){ super() - if (!props.biggan.results) props.actions.load_results() + props.actions.load_results() } componentDidMount(){ yes_count = 0 |
