Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Apr 26, 2024
1 parent 70d4cb2 commit e963271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/OptimInstanceAsync.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ OptimInstanceAsync = R6Class("OptimInstanceAsync",

# initialize context for optimization
.initialize_context = function(optimizer) {
context = ContextAsync$new(instance = self, optimizer = optimizer)
context = ContextAsync$new(inst = self, optimizer = optimizer)
self$objective$context = context
}
)
Expand Down

0 comments on commit e963271

Please sign in to comment.