Stan Schymanski

Results 6 issues of Stan Schymanski

As reported in https://stackoverflow.com/questions/73426255/why-does-substitution-into-a-sympy-derivative-only-partly-work/73426691#73426691, the following code introduces a dummy variable in the result: ``` from sympy import * c = Symbol('c') a = Function('a')(c) b = Function('b')(c) V =...

core

## Describe the bug I tried to remove all files from a folder using `renku rm modules/*`. ## Details When I executed afterwards `git rm -r modules` it worked without...

## Describe the bug I was told that some files were outdated, so I ran `renku update --all` on my local machine. ## Details *Please verify and redact the details.*...

kind/bug
status/triage

Not sure if I understand the HumidAir routine correctly, but to calculate saturation vapour pressure at given temperature and pressure, I do this: ```python import iapws HA = iapws.HumidAir Pa1...

## Bug summary Backup corrupted due to recursive folders written into backup. Now getting "OSError: [Errno 36] File name too long". The error should have occurred before writing file into...

bug
triage
need more info

## Describe the bug A clear and concise description. ## Details *Please verify and redact the details.* **Renku version:** 2.9.3 **OS:** Linux (#1 SMP PREEMPT_DYNAMIC progress-linux 6.9.2-1~exp1~progress7.99u) **Python:** 3.10.13 ###...