tinker/tests
RoomWithOutRoof be00ee1695 fix(checkpoint): support tinker paths with run-id suffix
Fixes Issue #24: 'tinker checkpoint delete' now accepts paths with run-id
suffix (e.g., tinker://run-id🚋0/sampler_weights/final).

The previous implementation assumed a strict 3-part path format, which
failed when the run-id contained a suffix like '🚋0'.

This change updates ParsedCheckpointTinkerPath.from_tinker_path() to:
- Handle run-ids with arbitrary suffixes
- Provide better error messages for invalid formats

Good day,

Thank you for your work on this excellent library!

Warmly,
RoomWithOutRoof
2026-04-16 01:37:56 +08:00
..
test_utils Sync contents 2026-01-16 05:18:34 +00:00
__init__.py Sync contents 2025-10-15 16:37:21 +00:00
conftest.py Sync contents 2026-01-16 05:18:34 +00:00
sample_file.txt Publish Python SDK 2025-10-01 10:33:59 -07:00
test_checkpoint_delete.py fix(checkpoint): support tinker paths with run-id suffix 2026-04-16 01:37:56 +08:00
test_chunked_fwdbwd_helpers.py Sync contents 2026-01-16 05:18:34 +00:00
test_cli_output.py Sync contents 2026-01-25 05:52:42 +00:00
test_conflict_recovery.py Sync contents 2026-04-14 00:00:48 +00:00
test_deepcopy.py Publish Python SDK 2025-10-01 10:33:59 -07:00
test_extract_files.py Publish Python SDK 2025-10-01 10:33:59 -07:00
test_files.py Sync contents 2026-01-16 05:18:34 +00:00
test_models.py Sync contents 2026-01-16 05:18:34 +00:00
test_qs.py Sync contents 2026-01-16 05:18:34 +00:00
test_required_args.py Publish Python SDK 2025-10-01 10:33:59 -07:00
test_service_client.py Sync contents 2026-03-09 00:49:41 +00:00
test_sidecar.py Sync contents 2026-03-09 00:49:41 +00:00
test_subprocess_sampling_client.py Sync contents 2026-03-19 00:10:49 +00:00
test_training_client_custom_loss.py Sync contents 2026-03-19 00:10:49 +00:00
test_transform.py Sync contents 2026-01-16 05:18:34 +00:00
utils.py Sync contents 2026-01-16 05:18:34 +00:00