"examples/transformer-xl/scripts/run_enwik8_base_moe.sh" did not exist on "2338a26efcc778ab06ebbcf7129a68ca1bd814ef"
  • Jeremy Reizenstein's avatar
    avoid running tests twice · 0ca839cc
    Jeremy Reizenstein authored
    Summary: Avoid test files explicitly importing TestCase objects from each other, because doing so causes the tests to be discovered twice by unittest discover. This means moving a few static functions out of their classes. I noticed this while trying to fix failures from yesterday.
    
    Reviewed By: nikhilaravi
    
    Differential Revision: D28194679
    
    fbshipit-source-id: ac6e6585603bd4ef9c098cdd56891d94f8923ba6
    0ca839cc
test_mesh_edge_loss.py 3.68 KB