When loading data from the bbob-constrained suite (e.g. cocopp.load('bbob-constrained/2022!), I get lots and lots of warnings of the following:
[104618, 444635]
[209213. 444635.]
warnings.warn("The maxevals from {} and {} disagree:\n {}\n {}".format(indexfile, dataFiles, self.readmaxevals, self._maxevals))
probably because a (new?) test checks that both numbers are the same? When loading data for the bbob or bbob-biobj suites, I don't get these warnings. I only tested on those three suites, but I guess it has something to do with the number of constraints evaluations?