Skip to content

Commit

Permalink
also removes from mpi version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Oct 8, 2019
1 parent 1d54948 commit b062156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/tutorials/tutorial_calling_mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
is_master = (MPI.COMM_WORLD.Get_rank() == 0) # master process has MPI rank 0

gen_specs = {'gen_f': gen_random_sample, # Our generator function
'in': ['sim_id'], # Input field names. 'sim_id' necessary default
'out': [('x', float, (1,))], # gen_f output (name, type, size).
'lower': np.array([-3]), # lower boundary for random sampling.
'upper': np.array([3]), # upper boundary for random sampling.
Expand Down

0 comments on commit b062156

Please sign in to comment.