murphyqm / pytesimal

Model the conductive cooling of small planetary bodies with temperature-dependent material properties
MIT License
1 stars 0 forks source link

Depth calculations #14

Closed murphyqm closed 3 years ago

murphyqm commented 3 years ago

Need to make loading other cooling rates more modular. Future work.

murphyqm commented 3 years ago

Fixed E712 warning by replacing crossing == True with crossing is True in new_crit_depth.py.