Skip to content

Commit 38f3fcb

Browse files
authored
Merge pull request #1593 from Libensemble/formatting/black_2025_09_17
Black
2 parents 92e65d3 + 5d0ae3d commit 38f3fcb

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

libensemble/tests/functionality_tests/check_libE_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Script to check format of libE_stats.txt
1+
"""Script to check format of libE_stats.txt
22
33
Checks matching start and end times existing for calculation and tasks if
44
required. Checks that dates/times are in a valid format.

libensemble/tests/unit_tests_logger/test_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_custom_log_levels():
124124
logger_test.manager_warning("This manager_warning message should log")
125125
logger_test.vdebug("This vdebug message should log")
126126

127-
with open(LogConfig.config.filename, 'r') as f:
127+
with open(LogConfig.config.filename, "r") as f:
128128
file_content = f.read()
129129
assert "This manager_warning message should log" in file_content
130130
assert "This vdebug message should log" in file_content

scripts/plot_libe_calcs_util_v_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
""" User function utilization plot
3+
"""User function utilization plot
44
55
Script to produce utilization plot based on how many workers are running user
66
functions (sim or gens) at any given time. The plot is written to a file.

scripts/plot_libe_histogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
""" Histogram of user function run-times (completed & killed).
3+
"""Histogram of user function run-times (completed & killed).
44
55
Script to produce a histogram plot giving a count of user function (sim or
66
gen) calls by run-time intervals. Color shows completed versus killed versus

scripts/plot_libe_tasks_util_v_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
""" User tasks utilization plot
3+
"""User tasks utilization plot
44
55
Script to produce utilisation plot based on how many workers are running user
66
tasks (submitted via a libEnsemble executor) at any given time. This does not

0 commit comments

Comments
 (0)