Open ggassmann opened 10 years ago
ðŸ˜
@god can you give us a roadmap when it'll be fixed?
i think we need more ACs in space
I believe this is just user error
inb4 enchancement
Seems like emit_to_atmosphere
is affecting the temperature levels:
>>> Earth.temp_celsius
29
>>> Earth.emit_to_atmosphere("CO2", 100)
None
>>> Earth.temp_celsius
30
Things are getting heated.