Barry Evans

Results 642 comments of Barry Evans

> > move heating and power source classes to new dedicated packages under function > > Do you mean ThermalSystem, ThermalGeneration and Heating, all 3 in a separate folder ?...

What's your thinking about the new subpackages being under 'utility' and not 'function'?

When this is done 3.8.0 is also done?

I can but not in the short term. I would close 3.8.9 off after you finish on the heating changes. If we are revising Missions in 3.9 then we should...

> @bevans2000 > > In `BuildingTableModel`, How do I make say certain specific column cells having 2 decimal places, instead of using the default (1 decimal place) format for the...

> Can you make `UnitTableModel` support more than one column cell format ? > > ![image](https://github.com/mars-sim/mars-sim/assets/1168584/b86ec68c-0a85-4ab9-bbd2-79d7f98150ca) > Ok, I can have a look later this week. Just leave the formatting...

@mokun have you solved this now?

In theory once a Person is created it should only ever change container via the ```transfer``` method because that method represents a change of Location. However when searching the code...

That airlock code is a problem. It needs a simpler rewrite and full unit tests

My guess is it will be a Task that is failing to start and reset the Person on a Building. Now if the only way to change container is via...