Skip to content

Add working Sprucing cache and tests

Nicole Skidmore requested to merge Sprucecacheandtests into master

Problem that cache was not working for exclusive Sprucing

Found this line in one of the options file to make the cache. Needs to be overwritten for data with persistency 1.0

cc @rmatev

  • Cache and test implemented for 2023 7-8th July and rest of 2023 campaigns
  • 2022 cache implemented - need to add test when data arrives
  • Tests will now fail if cache is not present and correct
  • Verified tests do fail if the cache is wrong so the THOR_DISABLE_JIT=1 is doing its thing

Questions:

  • 99.7% sure input file is irrelevant for cache - check!
  • What exactly is the final "cache" - tried deleting various things to make it fail but it didnt (had to purge + remake Moore to break it for testing the tests)
Edited by Nicole Skidmore

Merge request reports