From 91707a23ebab1a7190828975140b4b8e0bb198e0 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Fri, 31 Oct 2025 10:37:35 +1100 Subject: [PATCH 1/3] does py313 work --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 0494c72f..665ab8b8 100644 --- a/environment.yml +++ b/environment.yml @@ -43,7 +43,7 @@ dependencies: - moviepy # used for notebook testing - pytest - - python=3.10 + - python=3.13 - pip - pip: # extensions From c086d99ebac669e9a9ced397123405762eb22290 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Fri, 31 Oct 2025 10:42:08 +1100 Subject: [PATCH 2/3] try py312 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 665ab8b8..5f8eec3c 100644 --- a/environment.yml +++ b/environment.yml @@ -43,7 +43,7 @@ dependencies: - moviepy # used for notebook testing - pytest - - python=3.13 + - python=3.12 - pip - pip: # extensions From e5650a0d9c47ff880ff71f753f52bdc133f9748e Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Fri, 31 Oct 2025 14:05:14 +1100 Subject: [PATCH 3/3] update snapshot --- .../__snapshots__/test_gen_unit_tables.ambr | 43 +++++++++++-------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/doc/source/scripts/tests/snapshot/__snapshots__/test_gen_unit_tables.ambr b/doc/source/scripts/tests/snapshot/__snapshots__/test_gen_unit_tables.ambr index d5515869..9f965c0a 100644 --- a/doc/source/scripts/tests/snapshot/__snapshots__/test_gen_unit_tables.ambr +++ b/doc/source/scripts/tests/snapshot/__snapshots__/test_gen_unit_tables.ambr @@ -222,35 +222,44 @@ Unit Conversion factor ==================== =================== A/AKMA 0.0488882 - A/fs 1000 - A/ms 1e-09 + A/fs 0.001 + A/ms 1e+09 + A/ns 1000 A/ps 1 - A/us 1e-06 + A/us 1e+06 + A/μs 1e+06 Angstrom/AKMA 0.0488882 - Angstrom/femtosecond 1000 - Angstrom/fs 1000 - Angstrom/microsecond 1e-06 - Angstrom/millisecond 1e-09 - Angstrom/ms 1e-09 + Angstrom/femtosecond 0.001 + Angstrom/fs 0.001 + Angstrom/microsecond 1e+06 + Angstrom/millisecond 1e+09 + Angstrom/ms 1e+09 + Angstrom/nanosecond 1000 + Angstrom/ns 1000 Angstrom/picosecond 1 Angstrom/ps 1 - Angstrom/us 1e-06 - Angstrom/μs 1e-06 - angstrom/femtosecond 1000 - angstrom/fs 1000 - angstrom/microsecond 1e-06 - angstrom/millisecond 1e-09 - angstrom/ms 1e-09 + Angstrom/us 1e+06 + Angstrom/μs 1e+06 + angstrom/femtosecond 0.001 + angstrom/fs 0.001 + angstrom/microsecond 1e+06 + angstrom/millisecond 1e+09 + angstrom/ms 1e+09 + angstrom/nanosecond 1000 angstrom/picosecond 1 - angstrom/us 1e-06 - angstrom/μs 1e-06 + angstrom/us 1e+06 + angstrom/μs 1e+06 m/s 100 nanometer/picosecond 0.1 nanometer/ps 0.1 nm/ns 100 nm/ps 0.1 pm/ps 100 + Å/fs 0.001 + Å/ms 1e+09 + Å/ns 1000 Å/ps 1 + Å/μs 1e+06 ==================== =================== ''', ),