Skip to content
Snippets Groups Projects
Commit 3240277a authored by Daniel CARRON's avatar Daniel CARRON :b:
Browse files

[test] Update assert

parent 0d7e2872
No related branches found
No related tags found
1 merge request!15Update documentation
Pipeline #83639 passed
......@@ -224,7 +224,7 @@ def test_train_pasa_montgomery(temporary_basedir):
r"^Writing command-line for reproduction at .*$": 1,
r"^Loading dataset:`train` without caching. Trade-off: CPU RAM usage: less | Disk I/O: more.$": 1,
r"^Loading dataset:`validation` without caching. Trade-off: CPU RAM usage: less | Disk I/O: more.$": 1,
r"^Applying datamodule train sampler balancing...$": 1,
r"^Applying DataModule train sampler balancing...$": 1,
r"^Balancing samples from dataset using metadata targets `label`$": 1,
r"^Training for at most 1 epochs.$": 1,
r"^Uninitialised pasa model - computing z-norm factors from train dataloader.$": 1,
......@@ -321,7 +321,7 @@ def test_train_pasa_montgomery_from_checkpoint(temporary_basedir):
r"^Writing command-line for reproduction at .*$": 1,
r"^Loading dataset:`train` without caching. Trade-off: CPU RAM usage: less | Disk I/O: more.$": 1,
r"^Loading dataset:`validation` without caching. Trade-off: CPU RAM usage: less | Disk I/O: more.$": 1,
r"^Applying datamodule train sampler balancing...$": 1,
r"^Applying DataModule train sampler balancing...$": 1,
r"^Balancing samples from dataset using metadata targets `label`$": 1,
r"^Training for at most 2 epochs.$": 1,
r"^Resuming from epoch 0 \(checkpoint file: .*$": 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment