bartosz-prokop

Results 7 comments of bartosz-prokop

Also same issue here, in main window perfect, in toplevel not working what at all. Greetings, Bartosz

Sorry for not sending an example, the app is quite large, but @manyinc was able to reproduce it. And I am using version 5.2.1 of customtkinter

I updated both ctk and your code and now it shows a different error: ``` bad window path name ".!ctkscrollabledropdown2" Exception in Tkinter callback Traceback (most recent call last): File...

My python version is 3.12.1, this indeed could be a problem, which version have you been using?

Hi, I have the full version of pysindy, but what do you mean with patch? The minimized example is the following: ```python import pysindy as ps import numpy as np...

It is just the 1.7 version, there is no patch version: ``` python Name: pysindy Version: 1.7 Summary: Sparse Identification of Nonlinear Dynamics Home-page: https://github.com/dynamicslab/pysindy Author: Brian de Silva, Kathleen...

> Some issues with your MWE: indentation errors, `hill_function` is undefined, `sim_calc` is a list and has no attribute `'t'`. Try saving that code in a file like debug.py and...