Skip to content

Commit

Permalink
Update naive_trial.py (microsoft#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
demianzhang authored and xuehui1991 committed Mar 27, 2019
1 parent bfd99ad commit dbace00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tuner_test/naive_trial.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import nni

params = nni.get_parameters()
params = nni.get_next_parameter()
print('params:', params)
x = params['x']

Expand Down

0 comments on commit dbace00

Please sign in to comment.