Open kinow opened 1 year ago
In GitLab by @jberlin on Mar 28, 2023, 14:37
It seems that for migrated experiment, we have issues with the graph, I will try to reproduce the issue creating an experiment on 3.14 , check that the tree looks ok and then migrate to 3.15 version and see how it goes. the experiment is inactive state so I guess it is also related
In GitLab by @jberlin on Apr 20, 2023, 14:36
I think I fixed this issue with the changes I did for fixing issue #21 I will port the experiment to development environment and see how it goes
In GitLab by @jberlin on Apr 20, 2023, 15:19
I copied the experiment to the development environment:
https://earth.bsc.es/autosubmitapp/experiment/a3wl
but the graph is displayed with some isolated nodes, is that correct @eferre1 ?
In GitLab by @eferre1 on Apr 20, 2023, 15:42
It is possible, since I was trying to test the effects of some changes on the dependencies (and wanted to use the graph view for that reason).
In GitLab by @jberlin on Apr 24, 2023, 09:46
Hi @eferre1 , can you please confirm that now the issue has been resolved ? anycase if happens again we re-open this issue, thanks !
In GitLab by @eferre1 on Apr 24, 2023, 12:18
Yes, I had to run a new autosubmit create
, but after that it now shows the graph without errors.
In GitLab by @jberlin on Apr 24, 2023, 12:21
great ! these fixes are in the development machine only, I will put this in testing
In GitLab by @mgimenez on Jun 8, 2023, 10:40
It will be solved in autosubmit in issues 1007 (https://earth.bsc.es/gitlab/es/autosubmit/-/issues/1007) 1014 (https://earth.bsc.es/gitlab/es/autosubmit/-/issues/1014)
In GitLab by @eferre1 on Mar 28, 2023, 14:00
Hi @jberlin, I'm having one experiment not showing in the graph view of the GUI. The expid is
a3wl
.I had this experiment from some time ago, running with the AS-3.14b version. I ran
autosubmit create -np a3wl -v
to regenerate the experiment after changing some jobs and dependencies that I wanted to check, and updated it to the AS-3.15b version. Then went to the graph view of the GUI and this error showed up:I didn't intend to run the experiment, since I wanted just to check some complex dependencies (using the
SELECT_CHUNKS
andSELECT_MEMBERS
), but I could start its run if needed.Seems related to the error in the issue https://earth.bsc.es/gitlab/es/autosubmitreact/-/issues/73.
FYI: @dbeltran @mcastril