-
I would like to add support for remote PBS. Are there any plans to do this? Do you have any pointers on where to begin?
-
Euan Cochrane on twitter made the good point that our installation instructions for Linux are a tad less descriptive than our installation instructions for other OSs.
Things we could add that migh…
-
```
Traceback (most recent call last):
File "vistrails/packages/persistence/widgets.py", line 1147, in delete
git_util.git_remove_path(info[0])
File "vistrails/packages/persistence/init.py", l…
-
Took me a while, but this is what I have: apparently the upgrade can happen between the add_new_action() and perform_action() calls to the controller, because the add_new_action() overloaded in the GU…
-
Meta-issue to track startup slowdowns.
- [X] Remove VTK package (scans VTK to generate VisTrails modules that are not used) (#1166)
- [ ] ESGF does HTTP requests during startup ([comment](https://gith…
-
- Currently the plot is static, and we would like to show the current time as some sort of marker on the plot
- It would be great if we can click on the plot to jump to a particular time.
- the code …
-
Running `python setup.py build` results in an error:
```
error: file '~/code/BatchQ/batchq/bin/q' does not exist
```
-
From UV-CDAT/VisTrails#30
It seems that `PlotProperties` is updated from `ProjectController#update_workflow()` just after `execute_plot()` and this is not safe. The `PlotProperties` gets the `QPrompt…
-
Handling of EINTR doesn't seem safe (files may get closed! also, some input might already have been sent so restarting is wrong).
Possibly related: http://128.238.102.101:9050/builders/win7-32-master…
-
I am running UVCDAT on crunchy.llnl.gov (v2.10)
When I try to plot a variable with a_boxfill, the gui window flashes a lot, then dies. --output-std provides the following errors:
```
DEPRECATE…