Rémi Delaporte-Mathurin
Rémi Delaporte-Mathurin
or a proportion of D and T? ```python fuel = {"D": 0.5, "T":0.5} fuel = {"D": 0.25, "T": 0.75} ```
> Ballabio method This won't scale well as the length of `Ti` increases. I would avoid iterating through numpy arrays like this. Consider for instance: ```python Ti = np.linspace(0.5, 100,...
Ah sorry it isn't overwitten but it seems like this method wasn't designed to be used outside of the class... My use case is: I have a solid created outside...
As in #89 removing the spine connections from the blanket shape solves the issue.  
Similarly, all the boolean operations are ignored (cut, union,...)
I noticed that by setting everything to "straight" instead of "spline" it fixes things and the two volumes are identical.
Ok so we'd have to describe our own custom decorator. Sounds good to me
Does it mean we can't use this for classes? or that we need to extend the ```@typechecked``` decorator? Do we even need the `Optional` thing? Here it seems to be...
My question was more "Why do we need `Optional` for considering we don't use it for all optional arguments?" Isn't there a way to make it work with typechecked instead...
Ah! Sorry I don't quite get what doesn't work then. Is there even anything that doesn't work? 😶