Skip to content

Commit

Permalink
ExperimentData.get_input_data: select only input domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvanderschelling committed Oct 8, 2024
1 parent 0823877 commit ea64171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f3dasm/_src/experimentdata/experimentdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def get_input_data(self,
if parameter_names is None:
return ExperimentData(input_data=self._input_data,
jobs=self._jobs,
domain=self.domain,
domain=self.domain.select(self.domain.names),
project_dir=self.project_dir)
else:
return ExperimentData(input_data=self._input_data.select_columns(
Expand Down

0 comments on commit ea64171

Please sign in to comment.