Alan Garny

Results 68 comments of Alan Garny

If there are no ODEs then there will indeed be no VOI. So, going back to your original equation (i.e. `X(t) = A.sin(omega.t)`) and based on what you initially said...

> OK, we now concur, and thus the problem. In the case above, X(t) = A.sin(omega.t), then time would be a variable and the system equation would be computed in...

Yup: - **3.8:** `OK` - **3.9:** `OK` - **3.10:** `OK` - **3.11:** `NOT OK` - **3.12:** `NOT OK`

> ctypes That's all good (although we are still facing the same issue: lack of resources to do nice-to-have things), but what about now? What should we do about this...

> FYI I was able to fix following this guide: https://code.visualstudio.com/docs/cpp/lldb-mi > > Basically setting > > ``` > "miDebuggerPath": "/.vscode/extensions/ms-vscode.cpptools--darwin-x64/debugAdapters/lldb-mi/bin/lldb-mi" > ``` I have just tried it and... it...

What eventually ended up working for me was to replace `/Applications/Xcode.app/Contents/Developer/usr/bin/lldb` with `/Users/Alan/.vscode/extensions/ms-vscode.cpptools-1.22.11-darwin-arm64/debugAdapters/lldb-mi/bin/lldb-mi`. Not sure I like it, but... 🙄

Indeed, this is an issue with us not providing a wheel for Python 3.12 rather than Ubuntu 22.04 LTS. We can see that [here](https://pypi.org/project/libcellml/0.5.0/#files) where Python 3.11 is indeed the...

> Seems that following #1206 we probably just need to make a release to get the python 3.12 packages released? Maybe with #1246 and #1247? I spent the last couple...

From what I can see, the same applies to libxml2.

Not tutorials (yet), but: > * How to change a variable into an external variable Have a look [here](https://github.com/cellml/libcellml/blob/cfe3d761266417b6cee8b2c8f3234ef00e12bb82/tests/generator/generator.cpp#L1547-L1595). It will show you how to specify external variables and how...