You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a log of all of the frames to be assimilated and separately have input file entries for first frame (optional, default=0) and the last frame (mandatory). We've had a few times during experiments when we were confused that adamantine stopped assimilating frames.
I think that the log file should be the place where we specify which frames we want to assimilate.
I see two options for fixing this:
Remove the first frame and last frame options entirely.
Make the last frame optional and make std::numeric_limits<unsigned int>::max() the default.
Currently we have a log of all of the frames to be assimilated and separately have input file entries for first frame (optional, default=0) and the last frame (mandatory). We've had a few times during experiments when we were confused that adamantine stopped assimilating frames.
I think that the log file should be the place where we specify which frames we want to assimilate.
I see two options for fixing this:
std::numeric_limits<unsigned int>::max()
the default.@Rombur, do you have a preference?
The text was updated successfully, but these errors were encountered: