-
Notifications
You must be signed in to change notification settings - Fork 68
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
Taylor diagrams from GUI (plot set 14) #1180
Comments
what version of UV-CDAT you are using? |
The latest; built on 3/25 |
just from a default check point of view, can you review your .uvcdat folder? It should be in your home directory.
|
What would I be looking for? |
sorry remove (and not review) remove .uvcdat folder |
No change |
It is a bug then. I have added the labels. We will try to fix it asap. |
@painter1 @isubsmith any ideas? |
Probably expects "taylor" lower case but it's just a wild guess |
Also this does not belong here this is uvcmetrics code in visyrails code.... please report where appropriate... |
No idea, but I think Charles' guess is likely along the right path. I suspect V['Taylor'] in this context doesn't exist. Someone probably needs to find out what types exist for a projectController.plot_manager._plot_list["VCS"] and adjust accordingly.
|
very close from having a solution |
@aashish24 @doutriaux1 should this be a |
@durack1 agreed. @doutriaux1 are you looking into this? |
No it should not be considered for 2.4.This issue has not been looked at for several months. At the time noone was calling for this capability and it was pushed down in priority. It is folly to drop everything else to get this operational for this release. It should be considered for the next release. |
@mcenerney1 was the issue that taylor diagrams (and the functionality to create them) was no longer working? If so this is a high priority, as the taylor diagram functionality is a big deal for scientists using |
I would say let's not try to fix it here and let's have @chaosphere2112 revisit it with the new GUI. |
@doutriaux1 @aashish24 I just noted that this bug was noted as |
it's GUI related, the taylordiagrams work from command line as far as I know. I'm pretty sure it's not going to be touched for 2.4 and @chaosphere2112 touched up GUI revisit will take care of this. |
@doutriaux1 might be a good idea to rename this issue then - I'm uncertain what it is, but from the current title thought it indicated that taylor diagrams are currently not working |
@chaosphere2112 assigned this to you, just so that we make sure it works in the next GUI. |
From AMWG diagnostics in the gui I get the following error
Traceback (most recent call last):
File "/usr/local/uvcdat/03_25_15/vistrails/vistrails/gui/uvcdat/diagnosticsDockWidget.py", line 660, in buttonClicked
self.applyClicked()
File "/usr/local/uvcdat/03_25_15/vistrails/vistrails/gui/uvcdat/diagnosticsDockWidget.py", line 777, in applyClicked
self.displayCell(res30, row, col)
File "/usr/local/uvcdat/03_25_15/vistrails/vistrails/gui/uvcdat/diagnosticsDockWidget.py", line 856, in displayCell
G = V[Gtype]
KeyError: 'Taylor'
The text was updated successfully, but these errors were encountered: