Skip to content

Commit 713ac96

Browse files
Update simple_cerebros_random_search.py
F string with no arguments replaced with regular string.
1 parent 6f7c1f0 commit 713ac96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cerebros/simplecerebrosrandomsearch/simple_cerebros_random_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def run_moity_permutations(self, spec, subtrial_number, lock):
521521
def run_random_search(self):
522522
processes = []
523523
for i in tqdm(np.arange(self.number_of_architecture_moities_to_try),
524-
desc=f"Global task progress",
524+
desc="Global task progress",
525525
colour="#16ceeb"):
526526

527527
self.parse_neural_network_structural_spec_random()

0 commit comments

Comments
 (0)