Jason K. Moore
Jason K. Moore
Looking at the conversation last year, I guess we still need to make an installer with a minimal set of packages and see if it also has the permissions issues....
There was also this issue https://github.com/conda/constructor/issues/872 that is more recent that is also related to permissions. May be worth comparing this issue and that one.
I see that @Dribbelswag did build the 2023 and 2024 versions on an identical computer (not GIthub CI) here: https://gitlab.ewi.tudelft.nl/bhmgerritsen/anaconda-dee-config/-/issues/64#note_2408814 The errors occur in the 2024+ versions whether we build...
Please add a unit test too if possible.
I think this is fine, but it would be helpful if the docstring for the two functions tell the user that this is what happens. It should explicitly say that...
In the notebook shared above this is the code: ``` In [1]: from sympy import symbols, sin, cos In [2]: from sympy.physics.mechanics import dynamicsymbols, ReferenceFrame, init_vprinting In [3]: l =...
Pasting this here for later reference to see when there is actually enough information in place to calculate `O.vel(B)`: ``` In [1]: import sympy In [2]: sympy.__version__ Out[2]: '1.8.dev' In...
I chatted with @TJStienstra (he's a student in my course here at TU Delft) and I favor his option #2. We should raise an error if you have previously set...
> So should I create a PR implementing this constraint, of course solving the broken tests etc (excluding https://github.com/sympy/sympy/issues/22956, which is another issue)? Yes, it's best to open a PR...
One possible issue is that we think of these points that exist at a particular instance of time. Point T in this explanation: https://moorepants.github.io/learn-multibody-dynamics/translational.html#velocity-one-point-theorem In equation 55 we apply the...