You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I configure the map elite module, it always says the following error:
Configuring for module: [modules/map_elites]
Traceback (most recent call last):
File "/home/robot/fault-tolerant/sferes2/.waf-2.0.14-e67604cd8962dbdaf7c93e0d7470ef5b/waflib/Logs.py", line 84, in emit
self.emit_override(record)
File "/home/robot/fault-tolerant/sferes2/.waf-2.0.14-e67604cd8962dbdaf7c93e0d7470ef5b/waflib/Logs.py", line 94, in emit_override
msg=self.formatter.format(record)
File "/home/robot/fault-tolerant/sferes2/.waf-2.0.14-e67604cd8962dbdaf7c93e0d7470ef5b/waflib/Logs.py", line 134, in format
return msg%rec.args
TypeError: not all arguments converted during string formatting
Logged from file Logs.py, line 160
but it works fine for nn2 and cvt-map-elite module? why?
can you help me to fix this thing?
The text was updated successfully, but these errors were encountered:
when I configure the map elite module, it always says the following error:
Configuring for module: [modules/map_elites]
Traceback (most recent call last):
File "/home/robot/fault-tolerant/sferes2/.waf-2.0.14-e67604cd8962dbdaf7c93e0d7470ef5b/waflib/Logs.py", line 84, in emit
self.emit_override(record)
File "/home/robot/fault-tolerant/sferes2/.waf-2.0.14-e67604cd8962dbdaf7c93e0d7470ef5b/waflib/Logs.py", line 94, in emit_override
msg=self.formatter.format(record)
File "/home/robot/fault-tolerant/sferes2/.waf-2.0.14-e67604cd8962dbdaf7c93e0d7470ef5b/waflib/Logs.py", line 134, in format
return msg%rec.args
TypeError: not all arguments converted during string formatting
Logged from file Logs.py, line 160
but it works fine for nn2 and cvt-map-elite module? why?
can you help me to fix this thing?
The text was updated successfully, but these errors were encountered: