-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reprun
: Correct handling of data files for _cf
in Sort RNG checks
#6
Comments
Solved but then unvolved by me. Lets figure out all hard solved issues in a simple but perhaps ineffective workflow. Once we know the command handles all cases it needs to handle, then we can start thinking about making it more efficient. |
|
Whenever re-introducing this, implement it with a sub-command that can be switched off for debugging purposes. |
Related to this, I applied I have two comments on this:
|
So, the issue here is that the code in Line 86 does not in fact cause a mismatching data signature. Data signature is unique up to the order of each column. repkit/src/ado/reprun_dataline.ado Lines 34 to 48 in 96ca085
Lines 670 to 681 in 96ca085
|
reprun
: Performance improvement possible by saving data less often?reprun
: Correct handling of data files for _cf
in Seed RNG checks
reprun
: Correct handling of data files for _cf
in Seed RNG checksreprun
: Correct handling of data files for _cf
in Sort RNG checks
Is there any way to check if data has changed and prevent the need to save copies of the data so frequently:
https://github.com/dime-worldbank/repkit/blob/96ca085e0b972982f61a3acb2130a52dbca5ede4/src/ado/reprun_dataline.ado#L34-L48
The text was updated successfully, but these errors were encountered: