-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reload not working #23
Comments
Thanks, is this on |
***@***.*** ~/tig/Bob-iseult]$ git pull
remote: Enumerating objects: 10, done.
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 10 (delta 8), reused 10 (delta 8), pack-reused 0
Unpacking objects: 100% (10/10), 3.47 KiB | 48.00 KiB/s, done.
From github.com:bcaddy/Iseult
0bf88b8..ae34820 master-tv2Spectra -> origin/master-tv2Spectra
* [new branch] master-bugfixFindingFiles ->
origin/master-bugfixFindingFiles
Updating 0bf88b8..ae34820
Fast-forward
iseult.py | 14 ++++++++++-
src/data_loading.py | 110
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
src/main_app.py | 2 +-
3 files changed, 100 insertions(+), 26 deletions(-)
***@***.*** ~/tig/Bob-iseult]$ git branch
mas-loadv2
master
* master-tv2Spectra
…On Mon, Aug 12, 2024 at 4:19 PM bcaddy ***@***.***> wrote:
Thanks, is this on master or one of the open PRs?
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASJ7FA7CB6F6UVQANCK37LZREKEDAVCNFSM6AAAAABMM3MMKGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBUHAZTKNJWGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks, I'm not sure what the issue is yet but I can reproduce it so I'll work on figuring it out. |
I found the issue. It will be a little time consuming to fix but shouldn't be too hard. Will update when I have a fix |
This should be fixed in the latest version of PR #20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pressing Reload button triggers this error and program is unusable. It should check for the largest file in the directory.
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/licensed/anaconda3/2023.9/lib/python3.11/tkinter/init.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "/home/anatoly/tig/Bob-iseult/src/main_app.py", line 434, in OnReload
self.parent.ReloadPath()
File "/home/anatoly/tig/Bob-iseult/src/main_app.py", line 2180, in ReloadPath
self.TimeStep.setMax(len(self.PathDict['Flds']))
File "/home/anatoly/tig/Bob-iseult/src/main_app.py", line 342, in setMax
feedbackKnob.setKnob(self.value)
File "/home/anatoly/tig/Bob-iseult/src/main_app.py", line 3540, in setKnob
self.RenewCanvas()
File "/home/anatoly/tig/Bob-iseult/src/main_app.py", line 3003, in RenewCanvas
self.RefreshCanvas(keep_view = keep_view)
File "/home/anatoly/tig/Bob-iseult/src/main_app.py", line 3233, in RefreshCanvas
self.LoadAllKeys()
File "/home/anatoly/tig/Bob-iseult/src/main_app.py", line 2476, in LoadAllKeys
filepath = os.path.join(self.dirname,self.PathDict['Param'][self.TimeStep.value-1])
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: