vatlab / sos

SoS workflow system for daily data analysis
http://vatlab.github.io/sos-docs
BSD 3-Clause "New" or "Revised" License
274 stars 45 forks source link

Remote signature does not appear to work #1495

Open BoPeng opened 2 years ago

BoPeng commented 2 years ago

Test test_signature_of_remote_target, if I remove the os.remove("result.txt") from line 309, the step will not be executed, not updating the local file with the correct answer.

The original test was without the line so the "wrong" behavior was expected. I will have to check which behavior is desired.