You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized that the pull request changing image->data may create some confusion because there are some variable derived from data called image (see imageTag, imageTag_label etc.).
Also there are some locations, for example in the old 2IDE HDF files in file_loader.py, still showing
self.dataTag.addItem('images')
I propose to change all variable derived from data as dataXXX
The text was updated successfully, but these errors were encountered:
I realized that the pull request changing image->data may create some confusion because there are some variable derived from data called image (see imageTag, imageTag_label etc.).
Also there are some locations, for example in the old 2IDE HDF files in file_loader.py, still showing
self.dataTag.addItem('images')
I propose to change all variable derived from data as dataXXX
The text was updated successfully, but these errors were encountered: