rd_tool
rd_tool copied to clipboard
Rename dark70p_60f to dark720p_60f
There is an error in the name, which can be confusing. In the current version of objective-1-fast, the file name is the correct one, so deploying AWCY and running on this set will generate errors unless the file is renamed.
In some sets the name was already correct, in others the error is present, which is also confusing.
With this change the AWCY back-end will need to have its files renamed in the affected sets.
This breaks viewing historical runs with the old naming. I think some sort of workaround would be needed for that.
I think keeping the current sets.json on the main AWCY instances is fine, but this should be merged so new instances use the correct name, otherwise it will never get fixed. Since it's not possible to directly compare runs between instances I think that's a minor concern in comparison. Besides the name being wrong and potentially confusing, it's an annoyance when deploying AWCY because the file in objective-1-fast must be renamed (or the sets file manually corrected) as part of deployment or will cause runs to fail.
I still want to merge this to make deployment of new AWCY instances not require changing the filename manually. IMO the current instance can keep its sets.json file as-is if we want to be able to compare with old runs, but that shouldn't block an error from being fixed. Is there any other reason not to proceed?
Hi, I was trying to deploy AWCY instance locally, I also faced the same issue, I ended up creating two copies of the file in ~/awcy/media/objective-1-fast/ I was thinking will it be possible to have such hack-around and have proper filename for future builds?