From c0ab09e1ccb8b63fb0cd3f3ef531c028cb0a8f7c Mon Sep 17 00:00:00 2001 From: Chad-Peterson <97306485+Chad-Peterson@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:25:34 -0600 Subject: [PATCH] Fixed R3 Calculation --- examples/scratch/reidemeister_moves.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/scratch/reidemeister_moves.py b/examples/scratch/reidemeister_moves.py index ee619b2..c6cd7c3 100644 --- a/examples/scratch/reidemeister_moves.py +++ b/examples/scratch/reidemeister_moves.py @@ -323,4 +323,5 @@ def get_crossing_shift_indices(keep_crossing, remove_crossing1, remove_crossing2 yp = sgd.normalized_yamada_polynomial() print('After R3:', yp) +print('Has R3?', sgd.has_r3()[0])