Skip to content

Commit fc1d00b

Browse files
authored
Black formatted
1 parent b37263b commit fc1d00b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

DOE_functions.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#====================
32
# Essential imports
43
#====================
@@ -110,8 +109,8 @@ def build_full_fact(factor_level_ranges):
110109

111110
return df
112111

113-
# ================================================================================================================================================================
114-
# Function for building 2-level fractional factorial DataFrame from a dictionary of process variables and a generator string representing the confounded variable
112+
# ==================================================================================================================================================
113+
# Function for building 2-level fractional factorial DataFrame from a dictionary and a generator string
115114
# ================================================================================================================================================================
116115

117116
def build_frac_fact(factor_level_ranges,gen_string):
@@ -545,4 +544,4 @@ def build_uniform_random (factor_level_ranges, num_samples=None):
545544

546545
df = construct_df_from_random_matrix(x,factor_lists)
547546
df.columns=factor_level_ranges.keys()
548-
return df
547+
return df

0 commit comments

Comments
 (0)