Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Jun 11, 2018
1 parent cd3fdcd commit 1d3da73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recurrent/rnn-time-step.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('RNNTimeStep', () => {
assert(Math.round(closeToFive) === 5, `${ closeToFive } does not round to 5`);
assert(Math.round(closeToOne) === 1, `${ closeToOne } does not round to 1`);
});
it.only('can learn more than one to predict forwards and backwards', (done) => {
it('can learn more than one to predict forwards and backwards', (done) => {
const net = new LSTMTimeStep({
inputSize: 2,
hiddenLayers: [10],
Expand Down

0 comments on commit 1d3da73

Please sign in to comment.