Tom Van Mele

Results 195 comments of Tom Van Mele
trafficstars

https://devguide.python.org/versions/ python 3.7 has reached end of life mid last year...

that would indeed be very nice, but unfortunately, COMPAS 2.x still has to maintain compatibility with IronPython. once we start COMPAS 3 (which will be soon), we can start using...

> I wonder if the pretty print should include the attribute labels or not: @tomvanmele @gonzalocasas > > `Point(1.678, 2.344, 5.754)` or `Point(x=1.678, y=2.344, y=5.754)` > > At the moment,...

i don't think this helps with the model problem. from an item you can access the parent node and from the parent node you can reach the tree. but you...

i added a few changes that make the scene work for recursive addition of objects in, for example a model. added the type annotations for debugging. we can remove them...

i removed viewer detection and the viewer instance attribute on the scene. as explained, i think we should rather do the opposite...

can you provide a bit more context? a code snippet that triggers this error would be helpful...

regarding`**kwargs`... in my opinion this should only be used when additional named arguments can be expected that are not known to the current class and need to be passed on...