Skip to content

Commit 4288ac4

Browse files
author
David Turner
committed
Style fixes
1 parent 9e77acc commit 4288ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psyneulink/core/components/mechanisms/modulatory/control/optimizationcontrolmechanism.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2966,7 +2966,7 @@ def _create_randomization_control_signal(self, context):
29662966
else:
29672967
seed = self.initial_seed
29682968

2969-
randomization_seed_mod_values = SampleSpec(start=seed, stop=seed+num_estimates-1, step=1)
2969+
randomization_seed_mod_values = SampleSpec(start=seed, stop=seed + num_estimates - 1, step=1)
29702970

29712971
# FIX: 11/3/21 noise PARAM OF TransferMechanism IS MARKED AS SEED WHEN ASSIGNED A DISTRIBUTION FUNCTION,
29722972
# BUT IT HAS NO PARAMETER PORT BECAUSE THAT PRESUMABLY IS FOR THE INTEGRATOR FUNCTION,

0 commit comments

Comments
 (0)