summaryrefslogtreecommitdiff
path: root/app/client
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-16 13:00:28 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-16 13:00:28 +0200
commit6d9ec5ad69071366332944b267a6bbdfbaa82d41 (patch)
tree01fbe0ec11d94b4e97e264fa85ecfc2b225d83cf /app/client
parent95d5977405c5c8f8908dede7dedae1ea68a679f5 (diff)
new queue
Diffstat (limited to 'app/client')
-rw-r--r--app/client/modules/samplernn/samplernn.actions.js2
-rw-r--r--app/client/system/system.component.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/client/modules/samplernn/samplernn.actions.js b/app/client/modules/samplernn/samplernn.actions.js
index 5324807..807a3d0 100644
--- a/app/client/modules/samplernn/samplernn.actions.js
+++ b/app/client/modules/samplernn/samplernn.actions.js
@@ -136,7 +136,7 @@ export const load_loss = () => dispatch => {
return a
}, {})
)
- // console.log(loss[name])
+ console.log(data, name, lossReport[name])
})
dispatch({
type: types.samplernn.load_loss,
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js
index aaa10d6..2aa4cd4 100644
--- a/app/client/system/system.component.js
+++ b/app/client/system/system.component.js
@@ -109,8 +109,8 @@ class System extends Component {
<button onClick={() => actions.live.get_params()}>Get</button>
<button onClick={() => actions.live.set_param('fruit', choice(fruits))}>Set</button>
</Param>
- <Param title=''>
- <button onClick={() => actions.system.enqueue_test_task(choice(fruits))}>+Add</button>
+ <Param title='Queue Tests'>
+ <button onClick={() => actions.system.enqueue_test_task(choice(fruits))}>+Add test task</button>
</Param>
<Param title=''>
<button onClick={() => actions.queue.start_task(wait_test_task, { preempt: true, watch: true })}>Wait and Buzz</button>