sampotter / fluxpy

Fast thermal modeling and radiosity in Python.
11 stars 4 forks source link

duplicate basemesh==None #44

Closed nschorgh closed 2 years ago

nschorgh commented 2 years ago

L201 and L205 take care of the same basemesh is None, so one of them is presumably redundant. https://github.com/sampotter/python-flux/blob/700965ad79a8f387869459da433f63ad2629fe32/src/flux/shape.py#L201