Skip to content

Bug in time estimation printed in run_progress.txt #7

@pjuda

Description

@pjuda

The time estimation is working strangely. run_progress.txt example:

RUN PROGRESS SUMMARY
--------------------

  Status
    n_mod       =   49238 /   50000
    [--------------------------------------- ]  98%

  Diagnostics
    ne(L)       =       1.0
    ne(w_hd)    =       1.0
    ne(w_pred)  =       1.0

  Computed or Predicted
    n_cmp       =   49238
    n_prd       =       0
    n_prior     =    1000

  Time
    T_el        =   26[h]  1[m] 19.29[s]
    T_prior     =    0[h] 23[m] 22.57[s]
    T / mod     =    0[h]  0[m]  1.87[s]
    T_tot       =   26[h]  1[m] 44.78[s]

If I understand correctly, T_tot should give the total time estimation. A simple calculation T_el + (50000-49238) * T/mod does not equal T_tot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions