File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,21 +43,21 @@ def __init__(self):
4343 self .domains [cond_name ] = cond .domain
4444 cond .domain = cond_name
4545
46- # back compatibility 0.1
47- @property
48- def input_pts (self ):
49- """
50- Return a dictionary mapping condition names to their corresponding
51- input points. If some domains are not sampled, they will not be returned
52- and the corresponding condition will be empty.
53-
54- :return: The input points of the problem.
55- :rtype: dict
56- """
57- to_return = {}
58- for cond_name , data in self .collected_data .items ():
59- to_return [cond_name ] = data ["input" ]
60- return to_return
46+ # # back compatibility 0.1
47+ # @property
48+ # def input_pts(self):
49+ # """
50+ # Return a dictionary mapping condition names to their corresponding
51+ # input points. If some domains are not sampled, they will not be returned
52+ # and the corresponding condition will be empty.
53+
54+ # :return: The input points of the problem.
55+ # :rtype: dict
56+ # """
57+ # to_return = {}
58+ # for cond_name, data in self.collected_data.items():
59+ # to_return[cond_name] = data["input"]
60+ # return to_return
6161
6262 @property
6363 def discretised_domains (self ):
You can’t perform that action at this time.
0 commit comments