cnr-ibf-pa / hbp-bsp-issues

Ticketing system for developers/testers and power users of the Brain Simulation Platform of the Human Brain Project
4 stars 0 forks source link

Job name and date out of sync in Synaptic Events Fitting #431

Closed alex4200 closed 5 years ago

alex4200 commented 5 years ago

Expected behavior

Correct date for a given job.

Actual Behavior (please include screenshot if possible)

The job names and job dates are out of sync. Here is what is shown:

Selection_687

and here are debug messages showing the expected date for the marked job:

Selection_688

I have added the following two lines in the code:

# line 337:
print job_name, job_submissiontime 
# line 388:
print job_submissiontime_list[indexes[i]], parser.parse(job_submissiontime_list[indexes[i]]).astimezone (pytz.timezone('CET')).strftime("%d/%m/%Y %H:%M:%S")

Steps to reproduce the problem

  1. Run the Synaptic Events Fitting Analysis Notebook
  2. Select NSG as system

Optional infrastructural data (user, platform, browser, environment, ...)

clupascu commented 5 years ago

@alex4200 I believe this is because I wanted to show only the jobs submitted with NEURON75 (the fitting jobs), while the other ones (submitted presumably with the notebook to test hpc status) are submitted with NEURON73. I may continue to display all the jobs or only the ones connected with the synaptic fitting. I believe the second one is better. Do you agree?

clupascu commented 5 years ago

It should be fixed now. Can you please test again? Thanks.

alex4200 commented 5 years ago

Seems to work, merged to PROD.