Ronald Jäpel

Results 18 comments of Ronald Jäpel

edit: Sorry for the necro. Didn't check the dates. Hey, we got this working by turning it into an environment variable. The following works for us: ```yaml env: GITHUB_TOKEN: ${{...

Hey, I had overlooked this issue before. I've just had a look at the Touch1.RES file, and it's an entirely different encoding compared to the UNICORN .RES files. Getting a...

Hello, I've taken the liberty of forking and updating PyCorn [here](https://github.com/ronald-jaepel/PyCORN). For now, this is where I'll collect issues and update the code. Edit to clarify, I am the "new...

Hi @Kats1247, sorry for the delay :) and thank you again for your contribution to the CADET project. ## Tests ### Creating tests the tests are part of the cadet...

The suggestion was made to name the second version the `nGIEX` model and leave the `GIEX` as is. (with "n" refering to the number of components (except salt)).

For further discussion, please use https://forum.cadet-web.de/t/multicomponent-formulation-of-giex/949

Uuh, nice find! Thanks!

[cadet_MMC.zip](https://github.com/modsim/CADET/files/15110894/cadet_MMC.zip) Here's a windows binary of the current state. This is usable with `.discretization.use_analytic_jacobian = 0`

`sphinx-build -b html . build` works `sphinx-multiversion ./ ./build/ -D 'exhale_args.containmentFolder=${sourcedir}/api'` produces the same error that Jan got: ``` The given `containmentFolder` [C:\Users\ronal\Documents\CADET\doc\api] must be a *SUBDIRECTORY* of [C:\Users\ronal\AppData\Local\Temp\tmpq3qlnnkv\17599e50de92cdc95c89a2ce98c529c18cee471e\doc]. Traceback...

For Windows cmd the command needs to be without single quotes, so `sphinx-multiversion ./ ./build/ -D exhale_args.containmentFolder=${sourcedir}/api` works.