Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgodoy committed Jun 16, 2018
1 parent 916db2e commit 62c4446
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/deepreplay/test_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def test_weights(replay_data, training_data):
layers = filter(lambda key: 'layer' in key, replay_data.keys())
for layer in layers:
for weight in replay_data[layer].keys():
print(replay_data[layer][weight])
print(training_data[layer][weight])
npt.assert_allclose(replay_data[layer][weight], training_data[layer][weight], atol=1e-3)

def test_metrics(replay_data, training_data, model_data):
Expand Down

0 comments on commit 62c4446

Please sign in to comment.