Skip to content

Commit

Permalink
update name of frame
Browse files Browse the repository at this point in the history
  • Loading branch information
jduerholt committed Aug 27, 2024
1 parent d91a91e commit 2b53089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bofire/utils/default_fracfac_generators.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pandas as pd

# this are the default generators used for fractional factorial designs in BoFire
default_generators = pd.DataFrame.from_dict(
default_fracfac_generators = pd.DataFrame.from_dict(
[
{"n_factors": 3, "n_generators": 1, "generator": "C = AB"},
{"n_factors": 4, "n_generators": 1, "generator": "D = ABC"},
Expand Down

0 comments on commit 2b53089

Please sign in to comment.