Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvanderschelling committed Jun 24, 2024
1 parent 25070b4 commit c4c8a76
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,6 @@ def __init__(self,
self._jobs = _jobs_factory(
jobs, self._input_data, self._output_data, job_value)

# # Check if the columns of input_data are in the domain
# if not self._input_data.columns.has_columnnames(self.domain.names):
# self._input_data.columns.set_columnnames(self.domain.names)

# if not self._output_data.columns.has_columnnames(
# self.domain.output_names):
# self._output_data.columns.set_columnnames(self.domain.output_names)

# For backwards compatibility; if the output_data has
# only one column, rename it to 'y'
# TODO: Fix this for newdata2
Expand Down Expand Up @@ -253,11 +245,6 @@ def index(self) -> pd.Index:
"""
return self._jobs.indices

# if self._input_data.is_empty():
# return self._output_data.indices

# return self._input_data.indices

# Alternative Constructors
# =========================================================================

Expand Down

0 comments on commit c4c8a76

Please sign in to comment.