Skip to content

Commit ddda5e7

Browse files
bugfix where DataGenerator creation of ExperimentSample didnt give domain
1 parent 9641385 commit ddda5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/f3dasm/_src/datageneration/datagenerator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def _run(
146146
"""
147147
# Cache the design
148148
self.experiment_sample: ExperimentSample = _experimentsample_factory(
149-
experiment_sample)
149+
experiment_sample=experiment_sample, domain=domain)
150150

151151
self._pre_simulation()
152152

0 commit comments

Comments
 (0)