Skip to content

Commit

Permalink
Update R/GraphLearner.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer authored Feb 1, 2024
1 parent 45a45f5 commit c829c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GraphLearner.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GraphLearner = R6Class("GraphLearner", inherit = Learner,
properties = mlr_reflections$learner_properties[[task_type]]

if ("marshal" %nin% graph$properties) {
propertiers = setdiff(properties, "marshal")
properties = setdiff(properties, "marshal")
}

super$initialize(id = id, task_type = task_type,
Expand Down

0 comments on commit c829c95

Please sign in to comment.