Exporting environment variables Exporting CI Exporting DISPLAY Exporting PAGER Exporting SEMAPHORE Exporting SEMAPHORE_AGENT_MACHINE_ENVIRONMENT_TYPE Exporting SEMAPHORE_AGENT_MACHINE_OS_IMAGE Exporting SEMAPHORE_AGENT_MACHINE_TYPE Exporting SEMAPHORE_ARTIFACT_TOKEN Exporting SEMAPHORE_CACHE_BACKEND Exporting SEMAPHORE_CACHE_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_URL Exporting SEMAPHORE_CACHE_USERNAME Exporting SEMAPHORE_GIT_BRANCH Exporting SEMAPHORE_GIT_COMMIT_RANGE Exporting SEMAPHORE_GIT_DIR Exporting SEMAPHORE_GIT_PROVIDER Exporting SEMAPHORE_GIT_REF Exporting SEMAPHORE_GIT_REF_TYPE Exporting SEMAPHORE_GIT_REPO_NAME Exporting SEMAPHORE_GIT_REPO_SLUG Exporting SEMAPHORE_GIT_SHA Exporting SEMAPHORE_GIT_URL Exporting SEMAPHORE_GIT_WORKING_BRANCH Exporting SEMAPHORE_JOB_ID Exporting SEMAPHORE_JOB_NAME Exporting SEMAPHORE_ORGANIZATION_URL Exporting SEMAPHORE_PIPELINE_0_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ID Exporting SEMAPHORE_PIPELINE_PROMOTED_BY Exporting SEMAPHORE_PIPELINE_PROMOTION Exporting SEMAPHORE_PIPELINE_RERUN Exporting SEMAPHORE_PROJECT_ID Exporting SEMAPHORE_PROJECT_NAME Exporting SEMAPHORE_TOOLBOX_METRICS_ENABLED Exporting SEMAPHORE_WORKFLOW_HOOK_SOURCE Exporting SEMAPHORE_WORKFLOW_ID Exporting SEMAPHORE_WORKFLOW_NUMBER Exporting SEMAPHORE_WORKFLOW_RERUN Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_API Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_HOOK Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_SCHEDULE Exporting SSH_PRIVATE_KEY_PATH Exporting TERM Injecting Files Injecting /home/semaphore/.ssh/semaphore_cache_key with file mode 0600 Injecting /home/semaphore/.ssh/id_rsa with file mode 0600 Setting up the Semaphore toolbox Running: dowloadPath=$(curl -s -L --retry 5 http://packages.semaphoreci.com/toolbox/linux) && echo $dowloadPath && curl -s -L --retry 5 --connect-timeout 3 $dowloadPath -o /tmp/toolbox.tar && tar -xvf /tmp/toolbox.tar && mv toolbox ~/.toolbox && bash ~/.toolbox/install-toolbox && source ~/.toolbox/toolbox && echo 'source ~/.toolbox/toolbox' >> ~/.bash_profile && if [ -f /etc/init.d/xvfb ]; then /etc/init.d/xvfb start; fi http://packages.semaphoreci.com/toolbox/releases/download/v1.19.10/linux.tar toolbox/ toolbox/sem-version toolbox/spc toolbox/sem-service toolbox/sem-context toolbox/artifact toolbox/test-results toolbox/toolbox toolbox/sem-install toolbox/install-toolbox toolbox/enetwork toolbox/install-package toolbox/retry toolbox/sem-semantic-release toolbox/system-metrics-collector toolbox/Dockerfile.dev toolbox/ssh-session-cli toolbox/libchecksum toolbox/cache toolbox/libcheckout toolbox/README.md toolbox/when toolbox/sem-dockerize toolbox/sem-service-check-params retry installed ssh-session-cli installed cache installed sem-context installed sem-service installed sem-dockerize installed sem-service-check-params installed sem-semantic-release installed install-package installed Installing the artifacts CLI artifacts installed Installing the test results CLI test-results installed Installing the SPC CLI spc installed Installing the when CLI when installed Installing the enetwork CLI when installed Starting to collect System Metrics in /tmp/system-metrics Starting virtual X frame buffer: Xvfb. Starting an ssh-agent Running: eval `ssh-agent` && echo 'eval $(ssh-agent) >/dev/null' >> ~/.bash_profile && echo 'yes' > /tmp/sempahore-user-commands-have-started Agent pid 2803 Connecting to cache Running: (ssh-keyscan -p 29920 -H 94.130.123.200 >> /home/semaphore/.ssh/known_hosts || true) && ssh-add /home/semaphore/.ssh/semaphore_cache_key # 94.130.123.200:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.123.200:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 # 94.130.123.200:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 Identity added: /home/semaphore/.ssh/semaphore_cache_key (/home/semaphore/.ssh/semaphore_cache_key) sem-version python 3.8 [19:38 03/10/2022]: Changing 'python' to version 3.8 * Switching to Python version 3.8 * Done. Python 3.8.14 [19:38 03/10/2022]: Switch successful. python3 --version Python 3.8.14 pip3 install -U pip setuptools mpmath testfixtures Requirement already satisfied: pip in ./.pyenv/3.8/lib/python3.8/site-packages (22.2.2) Requirement already satisfied: setuptools in ./.pyenv/3.8/lib/python3.8/site-packages (62.1.0) Collecting setuptools Downloading setuptools-65.4.1-py3-none-any.whl (1.2 MB) [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:--  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 38.8 MB/s eta 0:00:00 [?25hCollecting mpmath Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/532.6 kB ? eta -:--:--  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 532.6/532.6 kB 79.6 MB/s eta 0:00:00 [?25hCollecting testfixtures Downloading testfixtures-7.0.0-py3-none-any.whl (97 kB) [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/97.3 kB ? eta -:--:--  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.3/97.3 kB 41.8 MB/s eta 0:00:00 [?25hInstalling collected packages: mpmath, testfixtures, setuptools Attempting uninstall: setuptools Found existing installation: setuptools 62.1.0 Uninstalling setuptools-62.1.0: Successfully uninstalled setuptools-62.1.0 Successfully installed mpmath-1.2.1 setuptools-65.4.1 testfixtures-7.0.0 pip3 install pip install -U git+https://github.com/sympy/sympy/ nrpylatex Collecting git+https://github.com/sympy/sympy/ Cloning https://github.com/sympy/sympy/ to /tmp/pip-req-build-o4mh15q7 Running command git clone --filter=blob:none --quiet https://github.com/sympy/sympy/ /tmp/pip-req-build-o4mh15q7 Resolved https://github.com/sympy/sympy/ to commit 89fceb7a9d9f1423f744cca99df80de934efaab2 Preparing metadata (setup.py) ... [?25l- done [?25hRequirement already satisfied: pip in ./.pyenv/3.8/lib/python3.8/site-packages (22.2.2) Collecting install Downloading install-1.3.5-py3-none-any.whl (3.2 kB) Collecting nrpylatex Downloading nrpylatex-1.2.2-py3-none-any.whl (34 kB) Requirement already satisfied: mpmath>=0.19 in ./.pyenv/3.8/lib/python3.8/site-packages (from sympy==1.12.dev0) (1.2.1) Building wheels for collected packages: sympy Building wheel for sympy (setup.py) ... [?25l- \ | / - \ | / - \ | / done [?25h Created wheel for sympy: filename=sympy-1.12.dev0-py3-none-any.whl size=6529471 sha256=5247a6f365fa37d805c1a57cb8302aedbb3cd8ebfbc8e458a5023780d0fea305 Stored in directory: /tmp/pip-ephem-wheel-cache-dixhtpiv/wheels/e6/d9/4f/d72fa06fc065985fda642d0f4a00559265ea821f5f3e189e2b Successfully built sympy Installing collected packages: sympy, install, nrpylatex Successfully installed install-1.3.5 nrpylatex-1.2.2 sympy-1.12.dev0 git clone https://github.com/zachetienne/nrpytutorial.git Cloning into 'nrpytutorial'... remote: Enumerating objects: 21946, done. remote: Counting objects: 0% (1/2895) remote: Counting objects: 1% (29/2895) remote: Counting objects: 2% (58/2895) remote: Counting objects: 3% (87/2895) remote: Counting objects: 4% (116/2895) remote: Counting objects: 5% (145/2895) remote: Counting objects: 6% (174/2895) remote: Counting objects: 7% (203/2895) remote: Counting objects: 8% (232/2895) remote: Counting objects: 9% (261/2895) remote: Counting objects: 10% (290/2895) remote: Counting objects: 11% (319/2895) remote: Counting objects: 12% (348/2895) remote: Counting objects: 13% (377/2895) remote: Counting objects: 14% (406/2895) remote: Counting objects: 15% (435/2895) remote: Counting objects: 16% (464/2895) remote: Counting objects: 17% (493/2895) remote: Counting objects: 18% (522/2895) remote: Counting objects: 19% (551/2895) remote: Counting objects: 20% (579/2895) remote: Counting objects: 21% (608/2895) remote: Counting objects: 22% (637/2895) remote: Counting objects: 23% (666/2895) remote: Counting objects: 24% (695/2895) remote: Counting objects: 25% (724/2895) remote: Counting objects: 26% (753/2895) remote: Counting objects: 27% (782/2895) remote: Counting objects: 28% (811/2895) remote: Counting objects: 29% (840/2895) remote: Counting objects: 30% (869/2895) remote: Counting objects: 31% (898/2895) remote: Counting objects: 32% (927/2895) remote: Counting objects: 33% (956/2895) remote: Counting objects: 34% (985/2895) remote: Counting objects: 35% (1014/2895) remote: Counting objects: 36% (1043/2895) remote: Counting objects: 37% (1072/2895) remote: Counting objects: 38% (1101/2895) remote: Counting objects: 39% (1130/2895) remote: Counting objects: 40% (1158/2895) remote: Counting objects: 41% (1187/2895) remote: Counting objects: 42% (1216/2895) remote: Counting objects: 43% (1245/2895) remote: Counting objects: 44% (1274/2895) remote: Counting objects: 45% (1303/2895) remote: Counting objects: 46% (1332/2895) remote: Counting objects: 47% (1361/2895) remote: Counting objects: 48% (1390/2895) remote: Counting objects: 49% (1419/2895) remote: Counting objects: 50% (1448/2895) remote: Counting objects: 51% (1477/2895) remote: Counting objects: 52% (1506/2895) remote: Counting objects: 53% (1535/2895) remote: Counting objects: 54% (1564/2895) remote: Counting objects: 55% (1593/2895) remote: Counting objects: 56% (1622/2895) remote: Counting objects: 57% (1651/2895) remote: Counting objects: 58% (1680/2895) remote: Counting objects: 59% (1709/2895) remote: Counting objects: 60% (1737/2895) remote: Counting objects: 61% (1766/2895) remote: Counting objects: 62% (1795/2895) remote: Counting objects: 63% (1824/2895) remote: Counting objects: 64% (1853/2895) remote: Counting objects: 65% (1882/2895) remote: Counting objects: 66% (1911/2895) remote: Counting objects: 67% (1940/2895) remote: Counting objects: 68% (1969/2895) remote: Counting objects: 69% (1998/2895) remote: Counting objects: 70% (2027/2895) remote: Counting objects: 71% (2056/2895) remote: Counting objects: 72% (2085/2895) remote: Counting objects: 73% (2114/2895) remote: Counting objects: 74% (2143/2895) remote: Counting objects: 75% (2172/2895) remote: Counting objects: 76% (2201/2895) remote: Counting objects: 77% (2230/2895) remote: Counting objects: 78% (2259/2895) remote: Counting objects: 79% (2288/2895) remote: Counting objects: 80% (2316/2895) remote: Counting objects: 81% (2345/2895) remote: Counting objects: 82% (2374/2895) remote: Counting objects: 83% (2403/2895) remote: Counting objects: 84% (2432/2895) remote: Counting objects: 85% (2461/2895) remote: Counting objects: 86% (2490/2895) remote: Counting objects: 87% (2519/2895) remote: Counting objects: 88% (2548/2895) remote: Counting objects: 89% (2577/2895) remote: Counting objects: 90% (2606/2895) remote: Counting objects: 91% (2635/2895) remote: Counting objects: 92% (2664/2895) remote: Counting objects: 93% (2693/2895) remote: Counting objects: 94% (2722/2895) remote: Counting objects: 95% (2751/2895) remote: Counting objects: 96% (2780/2895) remote: Counting objects: 97% (2809/2895) remote: Counting objects: 98% (2838/2895) remote: Counting objects: 99% (2867/2895) remote: Counting objects: 100% (2895/2895) remote: Counting objects: 100% (2895/2895), done. remote: Compressing objects: 0% (1/1014) remote: Compressing objects: 1% (11/1014) remote: Compressing objects: 2% (21/1014) remote: Compressing objects: 3% (31/1014) remote: Compressing objects: 4% (41/1014) remote: Compressing objects: 5% (51/1014) remote: Compressing objects: 6% (61/1014) remote: Compressing objects: 7% (71/1014) remote: Compressing objects: 8% (82/1014) remote: Compressing objects: 9% (92/1014) remote: Compressing objects: 10% (102/1014) remote: Compressing objects: 11% (112/1014) remote: Compressing objects: 12% (122/1014) remote: Compressing objects: 13% (132/1014) remote: Compressing objects: 14% (142/1014) remote: Compressing objects: 15% (153/1014) remote: Compressing objects: 16% (163/1014) remote: Compressing objects: 16% (165/1014) remote: Compressing objects: 17% (173/1014) remote: Compressing objects: 18% (183/1014) remote: Compressing objects: 19% (193/1014) remote: Compressing objects: 20% (203/1014) remote: Compressing objects: 21% (213/1014) remote: Compressing objects: 22% (224/1014) remote: Compressing objects: 23% (234/1014) remote: Compressing objects: 24% (244/1014) remote: Compressing objects: 25% (254/1014) remote: Compressing objects: 26% (264/1014) remote: Compressing objects: 27% (274/1014) remote: Compressing objects: 28% (284/1014) remote: Compressing objects: 29% (295/1014) remote: Compressing objects: 30% (305/1014) remote: Compressing objects: 31% (315/1014) remote: Compressing objects: 32% (325/1014) remote: Compressing objects: 33% (335/1014) remote: Compressing objects: 34% (345/1014) remote: Compressing objects: 35% (355/1014) remote: Compressing objects: 36% (366/1014) remote: Compressing objects: 37% (376/1014) remote: Compressing objects: 38% (386/1014) remote: Compressing objects: 39% (396/1014) remote: Compressing objects: 40% (406/1014) remote: Compressing objects: 41% (416/1014) remote: Compressing objects: 42% (426/1014) remote: Compressing objects: 43% (437/1014) remote: Compressing objects: 44% (447/1014) remote: Compressing objects: 45% (457/1014) remote: Compressing objects: 46% (467/1014) remote: Compressing objects: 47% (477/1014) remote: Compressing objects: 48% (487/1014) remote: Compressing objects: 49% (497/1014) remote: Compressing objects: 50% (507/1014) remote: Compressing objects: 51% (518/1014) remote: Compressing objects: 52% (528/1014) remote: Compressing objects: 53% (538/1014) remote: Compressing objects: 54% (548/1014) remote: Compressing objects: 55% (558/1014) remote: Compressing objects: 56% (568/1014) remote: Compressing objects: 57% (578/1014) remote: Compressing objects: 58% (589/1014) remote: Compressing objects: 59% (599/1014) remote: Compressing objects: 60% (609/1014) remote: Compressing objects: 61% (619/1014) remote: Compressing objects: 62% (629/1014) remote: Compressing objects: 63% (639/1014) remote: Compressing objects: 64% (649/1014) remote: Compressing objects: 65% (660/1014) remote: Compressing objects: 66% (670/1014) remote: Compressing objects: 67% (680/1014) remote: Compressing objects: 68% (690/1014) remote: Compressing objects: 69% (700/1014) remote: Compressing objects: 70% (710/1014) remote: Compressing objects: 71% (720/1014) remote: Compressing objects: 72% (731/1014) remote: Compressing objects: 73% (741/1014) remote: Compressing objects: 74% (751/1014) remote: Compressing objects: 75% (761/1014) remote: Compressing objects: 76% (771/1014) remote: Compressing objects: 77% (781/1014) remote: Compressing objects: 78% (791/1014) remote: Compressing objects: 79% (802/1014) remote: Compressing objects: 80% (812/1014) remote: Compressing objects: 81% (822/1014) remote: Compressing objects: 82% (832/1014) remote: Compressing objects: 83% (842/1014) remote: Compressing objects: 84% (852/1014) remote: Compressing objects: 85% (862/1014) remote: Compressing objects: 86% (873/1014) remote: Compressing objects: 87% (883/1014) remote: Compressing objects: 88% (893/1014) remote: Compressing objects: 89% (903/1014) remote: Compressing objects: 90% (913/1014) remote: Compressing objects: 91% (923/1014) remote: Compressing objects: 92% (933/1014) remote: Compressing objects: 93% (944/1014) remote: Compressing objects: 94% (954/1014) remote: Compressing objects: 95% (964/1014) remote: Compressing objects: 96% (974/1014) remote: Compressing objects: 97% (984/1014) remote: Compressing objects: 98% (994/1014) remote: Compressing objects: 99% (1004/1014) remote: Compressing objects: 100% (1014/1014) remote: Compressing objects: 100% (1014/1014), done. Receiving objects: 0% (1/21946) Receiving objects: 1% (220/21946) Receiving objects: 2% (439/21946) Receiving objects: 3% (659/21946) Receiving objects: 4% (878/21946) Receiving objects: 5% (1098/21946) Receiving objects: 6% (1317/21946) Receiving objects: 7% (1537/21946) Receiving objects: 8% (1756/21946) Receiving objects: 9% (1976/21946) Receiving objects: 10% (2195/21946) Receiving objects: 11% (2415/21946) Receiving objects: 12% (2634/21946) Receiving objects: 13% (2853/21946), 604.01 KiB | 1.14 MiB/s Receiving objects: 14% (3073/21946), 604.01 KiB | 1.14 MiB/s Receiving objects: 15% (3292/21946), 604.01 KiB | 1.14 MiB/s Receiving objects: 16% (3512/21946), 604.01 KiB | 1.14 MiB/s Receiving objects: 17% (3731/21946), 604.01 KiB | 1.14 MiB/s Receiving objects: 18% (3951/21946), 604.01 KiB | 1.14 MiB/s Receiving objects: 19% (4170/21946), 604.01 KiB | 1.14 MiB/s Receiving objects: 19% (4270/21946), 604.01 KiB | 1.14 MiB/s Receiving objects: 20% (4390/21946), 1.45 MiB | 1.38 MiB/s Receiving objects: 21% (4609/21946), 2.64 MiB | 1.67 MiB/s Receiving objects: 21% (4680/21946), 2.64 MiB | 1.67 MiB/s Receiving objects: 22% (4829/21946), 4.21 MiB | 2.00 MiB/s Receiving objects: 23% (5048/21946), 6.32 MiB | 2.40 MiB/s Receiving objects: 23% (5117/21946), 6.32 MiB | 2.40 MiB/s Receiving objects: 24% (5268/21946), 9.10 MiB | 2.88 MiB/s Receiving objects: 25% (5487/21946), 9.10 MiB | 2.88 MiB/s Receiving objects: 26% (5706/21946), 12.92 MiB | 3.49 MiB/s Receiving objects: 27% (5926/21946), 12.92 MiB | 3.49 MiB/s Receiving objects: 27% (6039/21946), 12.92 MiB | 3.49 MiB/s Receiving objects: 28% (6145/21946), 12.92 MiB | 3.49 MiB/s Receiving objects: 29% (6365/21946), 12.92 MiB | 3.49 MiB/s Receiving objects: 30% (6584/21946), 12.92 MiB | 3.49 MiB/s Receiving objects: 31% (6804/21946), 12.92 MiB | 3.49 MiB/s Receiving objects: 32% (7023/21946), 12.92 MiB | 3.49 MiB/s Receiving objects: 33% (7243/21946), 12.92 MiB | 3.49 MiB/s Receiving objects: 34% (7462/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 35% (7682/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 36% (7901/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 37% (8121/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 38% (8340/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 39% (8559/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 40% (8779/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 41% (8998/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 42% (9218/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 43% (9437/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 44% (9657/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 45% (9876/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 46% (10096/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 47% (10315/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 48% (10535/21946), 17.99 MiB | 4.27 MiB/s Receiving objects: 49% (10754/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 50% (10973/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 51% (11193/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 52% (11412/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 53% (11632/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 54% (11851/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 54% (11934/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 55% (12071/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 56% (12290/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 57% (12510/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 58% (12729/21946), 24.07 MiB | 5.11 MiB/s Receiving objects: 59% (12949/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 60% (13168/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 61% (13388/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 62% (13607/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 63% (13826/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 64% (14046/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 65% (14265/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 66% (14485/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 67% (14704/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 68% (14924/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 69% (15143/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 70% (15363/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 71% (15582/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 72% (15802/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 73% (16021/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 74% (16241/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 75% (16460/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 76% (16679/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 77% (16899/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 78% (17118/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 79% (17338/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 80% (17557/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 81% (17777/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 82% (17996/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 83% (18216/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 84% (18435/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 85% (18655/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 86% (18874/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 87% (19094/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 88% (19313/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 89% (19532/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 90% (19752/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 91% (19971/21946), 32.15 MiB | 6.71 MiB/s Receiving objects: 92% (20191/21946), 43.30 MiB | 8.96 MiB/s Receiving objects: 93% (20410/21946), 43.30 MiB | 8.96 MiB/s Receiving objects: 94% (20630/21946), 43.30 MiB | 8.96 MiB/s Receiving objects: 95% (20849/21946), 43.30 MiB | 8.96 MiB/s Receiving objects: 96% (21069/21946), 43.30 MiB | 8.96 MiB/s Receiving objects: 97% (21288/21946), 43.30 MiB | 8.96 MiB/s Receiving objects: 98% (21508/21946), 43.30 MiB | 8.96 MiB/s Receiving objects: 98% (21638/21946), 43.30 MiB | 8.96 MiB/s Receiving objects: 99% (21727/21946), 43.30 MiB | 8.96 MiB/s remote: Total 21946 (delta 1910), reused 2778 (delta 1824), pack-reused 19051 Receiving objects: 100% (21946/21946), 43.30 MiB | 8.96 MiB/s Receiving objects: 100% (21946/21946), 53.96 MiB | 8.71 MiB/s, done. Resolving deltas: 0% (0/15930) Resolving deltas: 1% (160/15930) Resolving deltas: 2% (319/15930) Resolving deltas: 3% (478/15930) Resolving deltas: 4% (638/15930) Resolving deltas: 5% (797/15930) Resolving deltas: 6% (956/15930) Resolving deltas: 7% (1116/15930) Resolving deltas: 8% (1275/15930) Resolving deltas: 9% (1434/15930) Resolving deltas: 10% (1593/15930) Resolving deltas: 11% (1753/15930) Resolving deltas: 12% (1912/15930) Resolving deltas: 13% (2071/15930) Resolving deltas: 14% (2231/15930) Resolving deltas: 15% (2390/15930) Resolving deltas: 16% (2549/15930) Resolving deltas: 17% (2709/15930) Resolving deltas: 18% (2868/15930) Resolving deltas: 19% (3027/15930) Resolving deltas: 20% (3186/15930) Resolving deltas: 21% (3346/15930) Resolving deltas: 22% (3505/15930) Resolving deltas: 23% (3664/15930) Resolving deltas: 24% (3824/15930) Resolving deltas: 25% (3983/15930) Resolving deltas: 26% (4142/15930) Resolving deltas: 27% (4302/15930) Resolving deltas: 28% (4461/15930) Resolving deltas: 29% (4620/15930) Resolving deltas: 30% (4779/15930) Resolving deltas: 31% (4939/15930) Resolving deltas: 32% (5098/15930) Resolving deltas: 33% (5257/15930) Resolving deltas: 34% (5417/15930) Resolving deltas: 35% (5576/15930) Resolving deltas: 36% (5735/15930) Resolving deltas: 37% (5895/15930) Resolving deltas: 38% (6054/15930) Resolving deltas: 39% (6213/15930) Resolving deltas: 40% (6372/15930) Resolving deltas: 41% (6532/15930) Resolving deltas: 42% (6691/15930) Resolving deltas: 43% (6850/15930) Resolving deltas: 44% (7010/15930) Resolving deltas: 45% (7169/15930) Resolving deltas: 46% (7328/15930) Resolving deltas: 47% (7488/15930) Resolving deltas: 48% (7647/15930) Resolving deltas: 49% (7806/15930) Resolving deltas: 50% (7965/15930) Resolving deltas: 51% (8125/15930) Resolving deltas: 52% (8284/15930) Resolving deltas: 53% (8443/15930) Resolving deltas: 54% (8603/15930) Resolving deltas: 55% (8762/15930) Resolving deltas: 56% (8921/15930) Resolving deltas: 57% (9081/15930) Resolving deltas: 58% (9240/15930) Resolving deltas: 59% (9399/15930) Resolving deltas: 60% (9558/15930) Resolving deltas: 61% (9718/15930) Resolving deltas: 62% (9877/15930) Resolving deltas: 63% (10036/15930) Resolving deltas: 64% (10196/15930) Resolving deltas: 65% (10355/15930) Resolving deltas: 66% (10514/15930) Resolving deltas: 67% (10674/15930) Resolving deltas: 68% (10833/15930) Resolving deltas: 69% (10992/15930) Resolving deltas: 70% (11151/15930) Resolving deltas: 71% (11311/15930) Resolving deltas: 71% (11348/15930) Resolving deltas: 72% (11470/15930) Resolving deltas: 73% (11629/15930) Resolving deltas: 74% (11789/15930) Resolving deltas: 75% (11948/15930) Resolving deltas: 76% (12107/15930) Resolving deltas: 77% (12267/15930) Resolving deltas: 78% (12426/15930) Resolving deltas: 79% (12585/15930) Resolving deltas: 80% (12744/15930) Resolving deltas: 81% (12904/15930) Resolving deltas: 82% (13063/15930) Resolving deltas: 83% (13222/15930) Resolving deltas: 84% (13382/15930) Resolving deltas: 85% (13541/15930) Resolving deltas: 86% (13700/15930) Resolving deltas: 87% (13860/15930) Resolving deltas: 88% (14019/15930) Resolving deltas: 89% (14178/15930) Resolving deltas: 90% (14337/15930) Resolving deltas: 91% (14497/15930) Resolving deltas: 92% (14656/15930) Resolving deltas: 93% (14815/15930) Resolving deltas: 94% (14975/15930) Resolving deltas: 95% (15134/15930) Resolving deltas: 96% (15293/15930) Resolving deltas: 97% (15453/15930) Resolving deltas: 98% (15612/15930) Resolving deltas: 99% (15771/15930) Resolving deltas: 100% (15930/15930) Resolving deltas: 100% (15930/15930), done. cd nrpytutorial ./UnitTesting/run_NRPy_UnitTests.sh python3 ######################################## /home/semaphore/nrpytutorial:/home/semaphore/nrpytutorial/UnitTesting:/home/semaphore/nrpytutorial/in_progress Using python3 as Python interpreter. python3 version info: Python 3.8.14 ######################################## INFO:root: All calc_error tests passed. . INFO:root: All create_dict_string tests passed. . INFO:root: All cse_simplify_and_evaluate_sympy_expressions tests passed . INFO:root: All evaluate_globals tests passed. . INFO:root: All expand_variable_dict tests passed. . F INFO:root: All get_variable_dimension tests passed. . ====================================================================== FAIL: test_first_time_print (__main__.TestFunctions) ---------------------------------------------------------------------- Traceback (most recent call last): File "UnitTesting/Test_UnitTesting/test_functions.py", line 560, in test_first_time_print first_time_print_helper(self, message=message, write=False) File "UnitTesting/Test_UnitTesting/test_functions.py", line 831, in first_time_print_helper self.assertEqual(logger.output, ['ERROR:root:' + message]) AssertionError: Lists differ: ["ERR[154 chars]#\n\n\n# Generated on: 2022-10-03\ntrusted_val[44 chars]#\n"] != ["ERR[154 chars]#\n\n# Generated on: 2022-10-03\ntrusted_value[42 chars]#\n"] First differing element 0: "ERRO[153 chars]#\n\n\n# Generated on: 2022-10-03\ntrusted_val[43 chars]##\n" "ERRO[153 chars]#\n\n# Generated on: 2022-10-03\ntrusted_value[41 chars]##\n" ['ERROR:root:\n' 'Module: TestModule\n' 'Please copy the following code between the ##### and paste it into your ' 'trusted_values_dict.py file for this module:\n' '\n' '#####\n' '\n' - '\n' '# Generated on: 2022-10-03\n' "trusted_values_dict['TestModule__globals'] = {}\n" '\n' '#####\n'] ---------------------------------------------------------------------- Ran 7 tests in 0.279s FAILED (failures=1) Testing test_module_for_testing_gamma... INFO:root: Creating file /home/semaphore/nrpytutorial/UnitTesting/Test_UnitTesting/test_module__function__create_gamma_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function function(create_gamma=True) in module test_module... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.293s OK INFO:root: Test for function function(create_gamma=True) in module test_module passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/UnitTesting/Test_UnitTesting/test_module__function2__create_gamma_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function function2(create_gamma=True) in module test_module... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.259s OK INFO:root: Test for function function2(create_gamma=True) in module test_module passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_module_for_testing_no_gamma... INFO:root: Creating file /home/semaphore/nrpytutorial/UnitTesting/Test_UnitTesting/test_module__function__create_gamma_False__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function function(create_gamma=False) in module test_module... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.259s OK INFO:root: Test for function function(create_gamma=False) in module test_module passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/UnitTesting/Test_UnitTesting/test_module__function2__create_gamma_False__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function function2(create_gamma=False) in module test_module... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.284s OK INFO:root: Test for function function2(create_gamma=False) in module test_module passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ADMBSSN_tofrom_4metric... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__g4DD_ito_BSSN_or_ADM___ADM___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function g4DD_ito_BSSN_or_ADM("ADM") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.325s OK INFO:root: Test for function g4DD_ito_BSSN_or_ADM("ADM") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__g4UU_ito_BSSN_or_ADM___ADM___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function g4UU_ito_BSSN_or_ADM("ADM") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.443s OK INFO:root: Test for function g4UU_ito_BSSN_or_ADM("ADM") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__BSSN_or_ADM_ito_g4DD___ADM___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_or_ADM_ito_g4DD("ADM") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.920s OK INFO:root: Test for function BSSN_or_ADM_ito_g4DD("ADM") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ADMBSSN_tofrom_4metric_BSSN... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__g4DD_ito_BSSN_or_ADM___BSSN___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function g4DD_ito_BSSN_or_ADM("BSSN") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.964s OK INFO:root: Test for function g4DD_ito_BSSN_or_ADM("BSSN") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__g4UU_ito_BSSN_or_ADM___BSSN___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function g4UU_ito_BSSN_or_ADM("BSSN") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.434s OK INFO:root: Test for function g4UU_ito_BSSN_or_ADM("BSSN") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADMBSSN_tofrom_4metric__BSSN_or_ADM_ito_g4DD___BSSN___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_or_ADM_ito_g4DD("BSSN") in module ADMBSSN_tofrom_4metric... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.320s OK INFO:root: Test for function BSSN_or_ADM_ito_g4DD("BSSN") in module ADMBSSN_tofrom_4metric passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ADM_in_terms_of_BSSN... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ADM_in_terms_of_BSSN__ADM_in_terms_of_BSSN__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function ADM_in_terms_of_BSSN() in module ADM_in_terms_of_BSSN... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 5.374s OK INFO:root: Test for function ADM_in_terms_of_BSSN() in module ADM_in_terms_of_BSSN passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_BSSN_in_terms_of_ADM... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_in_terms_of_ADM__gammabarDD_hDD__gammaDD_None__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function gammabarDD_hDD(gammaDD=None) in module BSSN_in_terms_of_ADM... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.843s OK INFO:root: Test for function gammabarDD_hDD(gammaDD=None) in module BSSN_in_terms_of_ADM passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_in_terms_of_ADM__trK_AbarDD_aDD__gammaDD_None_KDD_None__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function trK_AbarDD_aDD(gammaDD=None,KDD=None) in module BSSN_in_terms_of_ADM... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.978s OK INFO:root: Test for function trK_AbarDD_aDD(gammaDD=None,KDD=None) in module BSSN_in_terms_of_ADM passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_in_terms_of_ADM__LambdabarU_lambdaU__exact_gammaDD__gammaDD_None__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function LambdabarU_lambdaU__exact_gammaDD(gammaDD=None) in module BSSN_in_terms_of_ADM... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.467s OK INFO:root: Test for function LambdabarU_lambdaU__exact_gammaDD(gammaDD=None) in module BSSN_in_terms_of_ADM passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_in_terms_of_ADM__cf_from_gammaDD__gammaDD_None__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function cf_from_gammaDD(gammaDD=None) in module BSSN_in_terms_of_ADM... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.734s OK INFO:root: Test for function cf_from_gammaDD(gammaDD=None) in module BSSN_in_terms_of_ADM passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_in_terms_of_ADM__betU_vetU__betaU_None_BU_None__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function betU_vetU(betaU=None,BU=None) in module BSSN_in_terms_of_ADM... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.554s OK INFO:root: Test for function betU_vetU(betaU=None,BU=None) in module BSSN_in_terms_of_ADM passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_BSSN_stress_energy_source_terms... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_stress_energy_source_terms__stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars___ADM___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars("ADM") in module BSSN_stress_energy_source_terms... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.225s OK INFO:root: Test for function stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars("ADM") in module BSSN_stress_energy_source_terms passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_stress_energy_source_terms__stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars___BSSN___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars("BSSN") in module BSSN_stress_energy_source_terms... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.248s OK INFO:root: Test for function stress_energy_source_terms_ito_T4UU_and_ADM_or_BSSN_metricvars("BSSN") in module BSSN_stress_energy_source_terms passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_stress_energy_source_terms__BSSN_source_terms_for_BSSN_RHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_source_terms_for_BSSN_RHSs() in module BSSN_stress_energy_source_terms... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 7.691s OK INFO:root: Test for function BSSN_source_terms_for_BSSN_RHSs() in module BSSN_stress_energy_source_terms passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_BrillLindquist... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BrillLindquist__BrillLindquist__ComputeADMGlobalsOnly_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BrillLindquist(ComputeADMGlobalsOnly=True) in module BrillLindquist... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.445s OK INFO:root: Test for function BrillLindquist(ComputeADMGlobalsOnly=True) in module BrillLindquist passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_Psi4... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/Psi4__Psi4__specify_tetrad_False__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function Psi4(specify_tetrad=False) in module Psi4... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 21.588s OK INFO:root: Test for function Psi4(specify_tetrad=False) in module Psi4 passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_Psi4_tetrads... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/Psi4_tetrads__Psi4_tetrads__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function Psi4_tetrads() in module Psi4_tetrads... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root:Found |result| (3.5747076411570807806349968682e-32) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to 2.2559576845629140650888464515e-62. Setting value to zero INFO:root:Found |result| (3.5747076411570807806349968682e-32) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to -2.2559576845629140650888464515e-62. Setting value to zero INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 3.873s OK INFO:root: Test for function Psi4_tetrads() in module Psi4_tetrads passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_RHSs... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_RHSs__BSSN_RHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_RHSs() in module BSSN_RHSs... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 229.102s OK INFO:root: Test for function BSSN_RHSs() in module BSSN_RHSs passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ShiftedKerrSchild... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/ShiftedKerrSchild__ShiftedKerrSchild__ComputeADMGlobalsOnly_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function ShiftedKerrSchild(ComputeADMGlobalsOnly=True) in module ShiftedKerrSchild... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.565s OK INFO:root: Test for function ShiftedKerrSchild(ComputeADMGlobalsOnly=True) in module ShiftedKerrSchild passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_StaticTrumpet... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/StaticTrumpet__StaticTrumpet__ComputeADMGlobalsOnly_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function StaticTrumpet(ComputeADMGlobalsOnly=True) in module StaticTrumpet... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.275s OK INFO:root: Test for function StaticTrumpet(ComputeADMGlobalsOnly=True) in module StaticTrumpet passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_T4UUmunu_vars... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/T4UUmunu_vars__define_BSSN_T4UUmunu_rescaled_source_terms__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function define_BSSN_T4UUmunu_rescaled_source_terms() in module T4UUmunu_vars... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.251s OK INFO:root: Test for function define_BSSN_T4UUmunu_rescaled_source_terms() in module T4UUmunu_vars passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_UIUCBlackHole... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/UIUCBlackHole__UIUCBlackHole__ComputeADMGlobalsOnly_True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function UIUCBlackHole(ComputeADMGlobalsOnly=True) in module UIUCBlackHole... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.456s OK INFO:root: Test for function UIUCBlackHole(ComputeADMGlobalsOnly=True) in module UIUCBlackHole passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_constraints... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_constraints__BSSN_constraints__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_constraints() in module BSSN_constraints... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 29.389s OK INFO:root: Test for function BSSN_constraints() in module BSSN_constraints passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_gauge_RHSs... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/gauge_RHSs__BSSN_gauge_RHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_gauge_RHSs() in module gauge_RHSs... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 9.945s OK INFO:root: Test for function BSSN_gauge_RHSs() in module gauge_RHSs passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_quantities... INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__declare_BSSN_gridfunctions_if_not_declared_already__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function declare_BSSN_gridfunctions_if_not_declared_already() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.249s OK INFO:root: Test for function declare_BSSN_gridfunctions_if_not_declared_already() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__BSSN_basic_tensors__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function BSSN_basic_tensors() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.546s OK INFO:root: Test for function BSSN_basic_tensors() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__gammabar__inverse_and_derivs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function gammabar__inverse_and_derivs() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.165s OK INFO:root: Test for function gammabar__inverse_and_derivs() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__detgammabar_and_derivs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function detgammabar_and_derivs() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.531s OK INFO:root: Test for function detgammabar_and_derivs() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__AbarUU_AbarUD_trAbar_AbarDD_dD__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function AbarUU_AbarUD_trAbar_AbarDD_dD() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.306s OK INFO:root: Test for function AbarUU_AbarUD_trAbar_AbarDD_dD() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__RicciBar__gammabarDD_dHatD__DGammaUDD__DGammaU__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function RicciBar__gammabarDD_dHatD__DGammaUDD__DGammaU() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 18.115s OK INFO:root: Test for function RicciBar__gammabarDD_dHatD__DGammaUDD__DGammaU() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__betaU_derivs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function betaU_derivs() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.594s OK INFO:root: Test for function betaU_derivs() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- INFO:root: Creating file /home/semaphore/nrpytutorial/BSSN/tests/BSSN_quantities__phi_and_derivs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function phi_and_derivs() in module BSSN_quantities... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.337s OK INFO:root: Test for function phi_and_derivs() in module BSSN_quantities passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_equations... INFO:root: Creating file /home/semaphore/nrpytutorial/GRHD/tests/GRHD__generate_everything_for_UnitTesting__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function generate_everything_for_UnitTesting() in module GRHD... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 3.104s OK INFO:root: Test for function generate_everything_for_UnitTesting() in module GRHD passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_equations... INFO:root: Creating file /home/semaphore/nrpytutorial/GRFFE/tests/GRFFE__generate_everything_for_UnitTesting__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function generate_everything_for_UnitTesting() in module GRFFE... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 6.312s OK INFO:root: Test for function generate_everything_for_UnitTesting() in module GRFFE passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_equations... INFO:root: Creating file /home/semaphore/nrpytutorial/GRMHD/tests/GRMHD__generate_everything_for_UnitTesting__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function generate_everything_for_UnitTesting() in module GRMHD... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 8.907s OK INFO:root: Test for function generate_everything_for_UnitTesting() in module GRMHD passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_FishboneMoncriefID... INFO:root: Creating file /home/semaphore/nrpytutorial/FishboneMoncriefID/tests/FishBoneMoncriefID__FishboneMoncriefID__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function FishboneMoncriefID() in module FishBoneMoncriefID... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 4.144s OK INFO:root: Test for function FishboneMoncriefID() in module FishBoneMoncriefID passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- python3: can't open file 'in_progress/GiRaFFE_HO/tests/test_GiRaFFE_HO.py': [Errno 2] No such file or directory python3: can't open file 'in_progress/GiRaFFEfood_HO/tests/test_GiRaFFEfood_HO.py': [Errno 2] No such file or directory Testing test_InitialData_I... INFO:root: Creating file /home/semaphore/nrpytutorial/Maxwell/tests/InitialData_System_I__InitialData__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function InitialData() in module InitialData_System_I... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.728s OK INFO:root: Test for function InitialData() in module InitialData_System_I passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_InitialData_II... INFO:root: Creating file /home/semaphore/nrpytutorial/Maxwell/tests/InitialData_System_II__InitialData__test.py... INFO:root: ...Success: File created. DEBUG:root: Calling setup_trusted_values_dict... DEBUG:root: Trying to open /home/semaphore/nrpytutorial/Maxwell/tests/trusted_values_dict.py... DEBUG:root: ...Success, file already exists. DEBUG:root: ...Success: setup_trusted_values_dict ran without errors. INFO:root: Currently working on function InitialData() in module InitialData_System_II... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... DEBUG:root: Importing Maxwell.InitialData... DEBUG:root: ...Success: Imported module. DEBUG:root: Executing initialization_string... DEBUG:root:initialization_string: import NRPy_param_funcs as par par.set_parval_from_str("Maxwell.InitialData::System_to_use","System_II") DEBUG:root: ...Successfully executed. DEBUG:root: Executing function call and global assignment... DEBUG:root: ...Successfully executed. INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... DEBUG:root: Getting all free symbols... DEBUG:root: ...Setting each free symbol to a random value... DEBUG:root: ...Calculating values for each variable based on free symbols... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... DEBUG:root: Checking that calculated and trusted dicts contain the same variables... DEBUG:root: ...Success: same variables in both dicts. DEBUG:root: Comparing all calculated and trusted values... DEBUG:root: InitialData_System_II: AidU[0]: Calculated: 0.0 InitialData_System_II: AidU[0]: Trusted: 0.0 DEBUG:root: InitialData_System_II: AidU[1]: Calculated: 0.0 InitialData_System_II: AidU[1]: Trusted: 0.0 DEBUG:root: InitialData_System_II: AidU[2]: Calculated: 0.00691965039653015955385448055999 InitialData_System_II: AidU[2]: Trusted: 0.00691965039653015955385448055978 DEBUG:root: InitialData_System_II: EidU[0]: Calculated: 0.0 InitialData_System_II: EidU[0]: Trusted: 0.0 DEBUG:root: InitialData_System_II: EidU[1]: Calculated: 0.0 InitialData_System_II: EidU[1]: Trusted: 0.0 DEBUG:root: InitialData_System_II: EidU[2]: Calculated: -0.0238609467282951195538870134109 InitialData_System_II: EidU[2]: Trusted: -0.0238609467282951195538870134108 DEBUG:root: InitialData_System_II: Gamma_ID: Calculated: 0.0 InitialData_System_II: Gamma_ID: Trusted: 0.0 DEBUG:root: InitialData_System_II: psi_ID: Calculated: 0.0 InitialData_System_II: psi_ID: Trusted: 0.0 DEBUG:root: ...Success: all variables identical. INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.703s OK INFO:root: Test for function InitialData() in module InitialData_System_II passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_VacuumMaxwell_Flat_Evol_Cartesian_System_I... INFO:root: Creating file /home/semaphore/nrpytutorial/Maxwell/tests/VacuumMaxwell_Flat_Evol_Cartesian_System_I__VacuumMaxwellRHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function VacuumMaxwellRHSs() in module VacuumMaxwell_Flat_Evol_Cartesian_System_I... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.496s OK INFO:root: Test for function VacuumMaxwellRHSs() in module VacuumMaxwell_Flat_Evol_Cartesian_System_I passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_VacuumMaxwell_Flat_Evol_Cartesian_System_II... INFO:root: Creating file /home/semaphore/nrpytutorial/Maxwell/tests/VacuumMaxwell_Flat_Evol_Cartesian_System_II__VacuumMaxwellRHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function VacuumMaxwellRHSs() in module VacuumMaxwell_Flat_Evol_Cartesian_System_II... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.498s OK INFO:root: Test for function VacuumMaxwellRHSs() in module VacuumMaxwell_Flat_Evol_Cartesian_System_II passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_VacuumMaxwell_Flat_Evol_Curvilinear_rescaled... INFO:root: Creating file /home/semaphore/nrpytutorial/Maxwell/tests/VacuumMaxwell_Flat_Evol_Curvilinear_rescaled__VacuumMaxwellRHSs_rescaled__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function VacuumMaxwellRHSs_rescaled() in module VacuumMaxwell_Flat_Evol_Curvilinear_rescaled... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.844s OK INFO:root: Test for function VacuumMaxwellRHSs_rescaled() in module VacuumMaxwell_Flat_Evol_Curvilinear_rescaled passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_InitialData_PlaneWave... INFO:root: Creating file /home/semaphore/nrpytutorial/ScalarWave/tests/InitialData__InitialData__Type__PlaneWave___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function InitialData(Type="PlaneWave") in module InitialData... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.336s OK INFO:root: Test for function InitialData(Type="PlaneWave") in module InitialData passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_InitialData_SphericalGaussian... INFO:root: Creating file /home/semaphore/nrpytutorial/ScalarWave/tests/InitialData__InitialData__Type__SphericalGaussian___test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function InitialData(Type="SphericalGaussian") in module InitialData... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.324s OK INFO:root: Test for function InitialData(Type="SphericalGaussian") in module InitialData passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ScalarWaveCurvilinear_RHSs... INFO:root: Creating file /home/semaphore/nrpytutorial/ScalarWave/tests/ScalarWaveCurvilinear_RHSs__ScalarWaveCurvilinear_RHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function ScalarWaveCurvilinear_RHSs() in module ScalarWaveCurvilinear_RHSs... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.509s OK INFO:root: Test for function ScalarWaveCurvilinear_RHSs() in module ScalarWaveCurvilinear_RHSs passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_ScalarWave_RHSs... INFO:root: Creating file /home/semaphore/nrpytutorial/ScalarWave/tests/ScalarWave_RHSs__ScalarWave_RHSs__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function ScalarWave_RHSs() in module ScalarWave_RHSs... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.282s OK INFO:root: Test for function ScalarWave_RHSs() in module ScalarWave_RHSs passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_Cartesian... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_Cartesian__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_Cartesian... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.352s OK INFO:root: Test for function reference_metric(True) in module rfm_Cartesian passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_Cylindrical... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_Cylindrical__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_Cylindrical... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.458s OK INFO:root: Test for function reference_metric(True) in module rfm_Cylindrical passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_NobleSphericalThetaOptionOne... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_NobleSphericalThetaOptionOne__reference_metric__False__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(False) in module rfm_NobleSphericalThetaOptionOne... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.851s OK INFO:root: Test for function reference_metric(False) in module rfm_NobleSphericalThetaOptionOne passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_NobleSphericalThetaOptionTwo... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_NobleSphericalThetaOptionTwo__reference_metric__False__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(False) in module rfm_NobleSphericalThetaOptionTwo... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.025s OK INFO:root: Test for function reference_metric(False) in module rfm_NobleSphericalThetaOptionTwo passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SinhCylindrical... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SinhCylindrical__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SinhCylindrical... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.811s OK INFO:root: Test for function reference_metric(True) in module rfm_SinhCylindrical passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SinhCylindricalv2... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SinhCylindricalv2__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SinhCylindricalv2... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 2.649s OK INFO:root: Test for function reference_metric(True) in module rfm_SinhCylindricalv2 passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SinhSpherical... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SinhSpherical__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SinhSpherical... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root:Found |result| (7.99631668434997421919944121927e-30) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to 2.00086805311552175287257171807e-60. Setting value to zero INFO:root:Found |result| (1.91916030063271471903248618012e-29) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to 6.86134532400209841814420529211e-60. Setting value to zero INFO:root:Found |result| (1.91916030063271471903248618012e-29) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to 6.86134532400209841814420529211e-60. Setting value to zero INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.871s OK INFO:root: Test for function reference_metric(True) in module rfm_SinhSpherical passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SinhSphericalv2... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SinhSphericalv2__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SinhSphericalv2... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root:Found |result| (1.18329135783151770811759284792e-30) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to -7.77876909732642713393008006723e-61. Setting value to zero INFO:root:Found |result| (1.1044052673094165275764199914e-29) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to -6.22301527786114170714406405378e-60. Setting value to zero INFO:root:Found |result| (1.1044052673094165275764199914e-29) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to -6.22301527786114170714406405378e-60. Setting value to zero INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 3.089s OK INFO:root: Test for function reference_metric(True) in module rfm_SinhSphericalv2 passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SinhSymTP... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SinhSymTP__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SinhSymTP... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root:Found |result| (6.80693076546654886237515464727e-30) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to 1.7899071884742321801961288046e-60. Setting value to zero INFO:root:Found |result| (6.80693076546654886237515464727e-30) close to zero. Checking if indeed it should be zero. INFO:root:After re-evaluating with twice the digits of precision, |result| dropped to 1.7899071884742321801961288046e-60. Setting value to zero INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 9.435s OK INFO:root: Test for function reference_metric(True) in module rfm_SinhSymTP passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_Spherical... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_Spherical__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_Spherical... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 0.738s OK INFO:root: Test for function reference_metric(True) in module rfm_Spherical passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_SymTP... INFO:root: Creating file /home/semaphore/nrpytutorial/tests/rfm_SymTP__reference_metric__True__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function reference_metric(True) in module rfm_SymTP... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.587s OK INFO:root: Test for function reference_metric(True) in module rfm_SymTP passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_u0_smallb_Poynting__Cartesian... INFO:root: Creating file /home/semaphore/nrpytutorial/u0_smallb_Poynting__Cartesian/tests/u0sbPoyn__compute_u0_smallb_Poynting__Cartesian__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function compute_u0_smallb_Poynting__Cartesian() in module u0sbPoyn... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 1.234s OK INFO:root: Test for function compute_u0_smallb_Poynting__Cartesian() in module u0sbPoyn passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Testing test_WeylScalars_Cartesian... INFO:root: Creating file /home/semaphore/nrpytutorial/WeylScal4NRPy/tests/WeylScalars_Cartesian__WeylScalars_Cartesian__test.py... INFO:root: ...Success: File created. INFO:root: Currently working on function WeylScalars_Cartesian() in module WeylScalars_Cartesian... INFO:root: Importing trusted_values_dict... INFO:root: ...Success: Imported trusted_values_dict. INFO:root: Calling evaluate_globals... INFO:root: ...Success: evaluate_globals ran without errors. INFO:root: Calling cse_simplify_and_evaluate_sympy_expressions... INFO:root: ...Success: cse_simplify_and_evaluate_sympy_expressions ran without errors. INFO:root: Calling calc_error... INFO:root: ...Success: calc_error ran without errors. . ---------------------------------------------------------------------- Ran 1 test in 50.050s OK INFO:root: Test for function WeylScalars_Cartesian() in module WeylScalars_Cartesian passed! Deleting test file... INFO:root: ...Deletion successful. Test complete. ---------------------------------------------------------------------- ---------------------------------------------------------------------- Starting doctest unit tests! Running doctest on file: expr_tree.py Doctest of expr_tree.py finished. Running doctest on file: indexedexp.py Doctest of indexedexp.py finished. Running doctest on file: loop.py Doctest of loop.py finished. Running doctest on file: functional.py Doctest of functional.py finished. Running doctest on file: finite_difference_helpers.py Doctest of finite_difference_helpers.py finished. Running doctest on file: assert_equal.py Doctest of assert_equal.py finished. Running doctest on file: cse_helpers.py Doctest of cse_helpers.py finished. Running unittest on file: tests/test_parse_BSSN.py . ---------------------------------------------------------------------- Ran 1 test in 41.413s OK Unittest of tests/test_parse_BSSN.py finished. All tests passed! Exporting environment variables Exporting SEMAPHORE_JOB_RESULT