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.9/linux.tar toolbox/ toolbox/retry toolbox/when toolbox/sem-dockerize toolbox/sem-install toolbox/install-toolbox toolbox/ssh-session-cli toolbox/sem-context toolbox/test-results toolbox/Dockerfile.dev toolbox/libchecksum toolbox/sem-semantic-release toolbox/README.md toolbox/libcheckout toolbox/sem-version toolbox/install-package toolbox/cache toolbox/artifact toolbox/spc toolbox/sem-service-check-params toolbox/toolbox toolbox/enetwork toolbox/sem-service toolbox/system-metrics-collector 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 2624 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 [00:57 07/09/2022]: Changing 'python' to version 3.8 * Switching to Python version 3.8 * Done. Python 3.8.13 [00:57 07/09/2022]: Switch successful. python3 --version Python 3.8.13 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 Using cached setuptools-65.3.0-py3-none-any.whl (1.2 MB) Collecting mpmath Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/532.6 kB ? eta -:--:--  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 532.6/532.6 kB 16.5 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 38.5 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.3.0 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-dtfb4jx_ Running command git clone --filter=blob:none --quiet https://github.com/sympy/sympy/ /tmp/pip-req-build-dtfb4jx_ Resolved https://github.com/sympy/sympy/ to commit 45dcb6cae616eca10ca6df1a874d6aed25bc1fb4 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=6507254 sha256=aad9339d7f7c4aa7881679ef092eabaea0901ec55ebafaf6b5c976da76923fd3 Stored in directory: /tmp/pip-ephem-wheel-cache-8qxgwtkw/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: 21870, done. remote: Counting objects: 0% (1/2819) remote: Counting objects: 1% (29/2819) remote: Counting objects: 2% (57/2819) remote: Counting objects: 3% (85/2819) remote: Counting objects: 4% (113/2819) remote: Counting objects: 5% (141/2819) remote: Counting objects: 6% (170/2819) remote: Counting objects: 7% (198/2819) remote: Counting objects: 8% (226/2819) remote: Counting objects: 9% (254/2819) remote: Counting objects: 10% (282/2819) remote: Counting objects: 11% (311/2819) remote: Counting objects: 12% (339/2819) remote: Counting objects: 13% (367/2819) remote: Counting objects: 14% (395/2819) remote: Counting objects: 15% (423/2819) remote: Counting objects: 16% (452/2819) remote: Counting objects: 17% (480/2819) remote: Counting objects: 18% (508/2819) remote: Counting objects: 19% (536/2819) remote: Counting objects: 20% (564/2819) remote: Counting objects: 21% (592/2819) remote: Counting objects: 22% (621/2819) remote: Counting objects: 23% (649/2819) remote: Counting objects: 24% (677/2819) remote: Counting objects: 25% (705/2819) remote: Counting objects: 26% (733/2819) remote: Counting objects: 27% (762/2819) remote: Counting objects: 28% (790/2819) remote: Counting objects: 29% (818/2819) remote: Counting objects: 30% (846/2819) remote: Counting objects: 31% (874/2819) remote: Counting objects: 32% (903/2819) remote: Counting objects: 33% (931/2819) remote: Counting objects: 34% (959/2819) remote: Counting objects: 35% (987/2819) remote: Counting objects: 36% (1015/2819) remote: Counting objects: 37% (1044/2819) remote: Counting objects: 38% (1072/2819) remote: Counting objects: 39% (1100/2819) remote: Counting objects: 40% (1128/2819) remote: Counting objects: 41% (1156/2819) remote: Counting objects: 42% (1184/2819) remote: Counting objects: 43% (1213/2819) remote: Counting objects: 44% (1241/2819) remote: Counting objects: 45% (1269/2819) remote: Counting objects: 46% (1297/2819) remote: Counting objects: 47% (1325/2819) remote: Counting objects: 48% (1354/2819) remote: Counting objects: 49% (1382/2819) remote: Counting objects: 50% (1410/2819) remote: Counting objects: 51% (1438/2819) remote: Counting objects: 52% (1466/2819) remote: Counting objects: 53% (1495/2819) remote: Counting objects: 54% (1523/2819) remote: Counting objects: 55% (1551/2819) remote: Counting objects: 56% (1579/2819) remote: Counting objects: 57% (1607/2819) remote: Counting objects: 58% (1636/2819) remote: Counting objects: 59% (1664/2819) remote: Counting objects: 60% (1692/2819) remote: Counting objects: 61% (1720/2819) remote: Counting objects: 62% (1748/2819) remote: Counting objects: 63% (1776/2819) remote: Counting objects: 64% (1805/2819) remote: Counting objects: 65% (1833/2819) remote: Counting objects: 66% (1861/2819) remote: Counting objects: 67% (1889/2819) remote: Counting objects: 68% (1917/2819) remote: Counting objects: 69% (1946/2819) remote: Counting objects: 70% (1974/2819) remote: Counting objects: 71% (2002/2819) remote: Counting objects: 72% (2030/2819) remote: Counting objects: 73% (2058/2819) remote: Counting objects: 74% (2087/2819) remote: Counting objects: 75% (2115/2819) remote: Counting objects: 76% (2143/2819) remote: Counting objects: 77% (2171/2819) remote: Counting objects: 78% (2199/2819) remote: Counting objects: 79% (2228/2819) remote: Counting objects: 80% (2256/2819) remote: Counting objects: 81% (2284/2819) remote: Counting objects: 82% (2312/2819) remote: Counting objects: 83% (2340/2819) remote: Counting objects: 84% (2368/2819) remote: Counting objects: 85% (2397/2819) remote: Counting objects: 86% (2425/2819) remote: Counting objects: 87% (2453/2819) remote: Counting objects: 88% (2481/2819) remote: Counting objects: 89% (2509/2819) remote: Counting objects: 90% (2538/2819) remote: Counting objects: 91% (2566/2819) remote: Counting objects: 92% (2594/2819) remote: Counting objects: 93% (2622/2819) remote: Counting objects: 94% (2650/2819) remote: Counting objects: 95% (2679/2819) remote: Counting objects: 96% (2707/2819) remote: Counting objects: 97% (2735/2819) remote: Counting objects: 98% (2763/2819) remote: Counting objects: 99% (2791/2819) remote: Counting objects: 100% (2819/2819) remote: Counting objects: 100% (2819/2819), done. remote: Compressing objects: 0% (1/970) remote: Compressing objects: 1% (10/970) remote: Compressing objects: 2% (20/970) remote: Compressing objects: 3% (30/970) remote: Compressing objects: 4% (39/970) remote: Compressing objects: 5% (49/970) remote: Compressing objects: 6% (59/970) remote: Compressing objects: 7% (68/970) remote: Compressing objects: 8% (78/970) remote: Compressing objects: 9% (88/970) remote: Compressing objects: 10% (97/970) remote: Compressing objects: 11% (107/970) remote: Compressing objects: 12% (117/970) remote: Compressing objects: 13% (127/970) remote: Compressing objects: 14% (136/970) remote: Compressing objects: 15% (146/970) remote: Compressing objects: 16% (156/970) remote: Compressing objects: 17% (165/970) remote: Compressing objects: 18% (175/970) remote: Compressing objects: 19% (185/970) remote: Compressing objects: 20% (194/970) remote: Compressing objects: 21% (204/970) remote: Compressing objects: 22% (214/970) remote: Compressing objects: 23% (224/970) remote: Compressing objects: 24% (233/970) remote: Compressing objects: 25% (243/970) remote: Compressing objects: 26% (253/970) remote: Compressing objects: 27% (262/970) remote: Compressing objects: 28% (272/970) remote: Compressing objects: 29% (282/970) remote: Compressing objects: 30% (291/970) remote: Compressing objects: 31% (301/970) remote: Compressing objects: 32% (311/970) remote: Compressing objects: 33% (321/970) remote: Compressing objects: 34% (330/970) remote: Compressing objects: 35% (340/970) remote: Compressing objects: 36% (350/970) remote: Compressing objects: 37% (359/970) remote: Compressing objects: 38% (369/970) remote: Compressing objects: 39% (379/970) remote: Compressing objects: 40% (388/970) remote: Compressing objects: 41% (398/970) remote: Compressing objects: 42% (408/970) remote: Compressing objects: 43% (418/970) remote: Compressing objects: 44% (427/970) remote: Compressing objects: 45% (437/970) remote: Compressing objects: 46% (447/970) remote: Compressing objects: 47% (456/970) remote: Compressing objects: 48% (466/970) remote: Compressing objects: 49% (476/970) remote: Compressing objects: 50% (485/970) remote: Compressing objects: 51% (495/970) remote: Compressing objects: 52% (505/970) remote: Compressing objects: 53% (515/970) remote: Compressing objects: 54% (524/970) remote: Compressing objects: 55% (534/970) remote: Compressing objects: 56% (544/970) remote: Compressing objects: 57% (553/970) remote: Compressing objects: 58% (563/970) remote: Compressing objects: 59% (573/970) remote: Compressing objects: 60% (582/970) remote: Compressing objects: 61% (592/970) remote: Compressing objects: 62% (602/970) remote: Compressing objects: 63% (612/970) remote: Compressing objects: 64% (621/970) remote: Compressing objects: 65% (631/970) remote: Compressing objects: 66% (641/970) remote: Compressing objects: 67% (650/970) remote: Compressing objects: 68% (660/970) remote: Compressing objects: 69% (670/970) remote: Compressing objects: 70% (679/970) remote: Compressing objects: 71% (689/970) remote: Compressing objects: 72% (699/970) remote: Compressing objects: 73% (709/970) remote: Compressing objects: 74% (718/970) remote: Compressing objects: 75% (728/970) remote: Compressing objects: 76% (738/970) remote: Compressing objects: 77% (747/970) remote: Compressing objects: 78% (757/970) remote: Compressing objects: 79% (767/970) remote: Compressing objects: 80% (776/970) remote: Compressing objects: 81% (786/970) remote: Compressing objects: 82% (796/970) remote: Compressing objects: 83% (806/970) remote: Compressing objects: 84% (815/970) remote: Compressing objects: 85% (825/970) remote: Compressing objects: 86% (835/970) remote: Compressing objects: 87% (844/970) remote: Compressing objects: 88% (854/970) remote: Compressing objects: 89% (864/970) remote: Compressing objects: 90% (873/970) remote: Compressing objects: 91% (883/970) remote: Compressing objects: 92% (893/970) remote: Compressing objects: 93% (903/970) remote: Compressing objects: 94% (912/970) remote: Compressing objects: 95% (922/970) remote: Compressing objects: 96% (932/970) remote: Compressing objects: 97% (941/970) remote: Compressing objects: 98% (951/970) remote: Compressing objects: 99% (961/970) remote: Compressing objects: 100% (970/970) remote: Compressing objects: 100% (970/970), done. Receiving objects: 0% (1/21870) Receiving objects: 1% (219/21870) Receiving objects: 2% (438/21870) Receiving objects: 3% (657/21870) Receiving objects: 4% (875/21870) Receiving objects: 5% (1094/21870) Receiving objects: 6% (1313/21870) Receiving objects: 7% (1531/21870) Receiving objects: 8% (1750/21870) Receiving objects: 9% (1969/21870) Receiving objects: 10% (2187/21870) Receiving objects: 11% (2406/21870) Receiving objects: 12% (2625/21870) Receiving objects: 13% (2844/21870) Receiving objects: 14% (3062/21870) Receiving objects: 15% (3281/21870) Receiving objects: 16% (3500/21870) Receiving objects: 17% (3718/21870) Receiving objects: 18% (3937/21870) Receiving objects: 19% (4156/21870) Receiving objects: 20% (4374/21870) Receiving objects: 21% (4593/21870) Receiving objects: 22% (4812/21870) Receiving objects: 23% (5031/21870) Receiving objects: 24% (5249/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 25% (5468/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 26% (5687/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 27% (5905/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 28% (6124/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 29% (6343/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 30% (6561/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 31% (6780/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 32% (6999/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 33% (7218/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 34% (7436/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 35% (7655/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 36% (7874/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 37% (8092/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 38% (8311/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 39% (8530/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 39% (8683/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 40% (8748/21870), 9.34 MiB | 18.52 MiB/s Receiving objects: 41% (8967/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 42% (9186/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 43% (9405/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 44% (9623/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 45% (9842/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 46% (10061/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 47% (10279/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 48% (10498/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 49% (10717/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 50% (10935/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 51% (11154/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 52% (11373/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 53% (11592/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 54% (11810/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 55% (12029/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 56% (12248/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 57% (12466/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 58% (12685/21870), 20.75 MiB | 20.67 MiB/s Receiving objects: 59% (12904/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 60% (13122/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 61% (13341/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 62% (13560/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 63% (13779/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 64% (13997/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 65% (14216/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 66% (14435/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 67% (14653/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 68% (14872/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 69% (15091/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 70% (15309/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 71% (15528/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 72% (15747/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 73% (15966/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 74% (16184/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 75% (16403/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 76% (16622/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 77% (16840/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 78% (17059/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 79% (17278/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 80% (17496/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 81% (17715/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 81% (17749/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 82% (17934/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 83% (18153/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 84% (18371/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 85% (18590/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 86% (18809/21870), 31.47 MiB | 20.81 MiB/s Receiving objects: 87% (19027/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 88% (19246/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 89% (19465/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 90% (19683/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 91% (19902/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 92% (20121/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 93% (20340/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 94% (20558/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 95% (20777/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 96% (20996/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 97% (21214/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 98% (21433/21870), 42.61 MiB | 21.18 MiB/s Receiving objects: 99% (21652/21870), 42.61 MiB | 21.18 MiB/s remote: Total 21870 (delta 1861), reused 2717 (delta 1792), pack-reused 19051 Receiving objects: 100% (21870/21870), 53.23 MiB | 21.19 MiB/s Receiving objects: 100% (21870/21870), 53.67 MiB | 21.16 MiB/s, done. Resolving deltas: 0% (0/15881) Resolving deltas: 1% (159/15881) Resolving deltas: 2% (318/15881) Resolving deltas: 3% (477/15881) Resolving deltas: 4% (636/15881) Resolving deltas: 5% (795/15881) Resolving deltas: 6% (953/15881) Resolving deltas: 7% (1112/15881) Resolving deltas: 8% (1271/15881) Resolving deltas: 9% (1430/15881) Resolving deltas: 10% (1589/15881) Resolving deltas: 11% (1747/15881) Resolving deltas: 12% (1906/15881) Resolving deltas: 13% (2065/15881) Resolving deltas: 14% (2224/15881) Resolving deltas: 15% (2383/15881) Resolving deltas: 16% (2541/15881) Resolving deltas: 17% (2700/15881) Resolving deltas: 18% (2859/15881) Resolving deltas: 19% (3018/15881) Resolving deltas: 20% (3177/15881) Resolving deltas: 21% (3336/15881) Resolving deltas: 22% (3494/15881) Resolving deltas: 23% (3653/15881) Resolving deltas: 24% (3812/15881) Resolving deltas: 25% (3971/15881) Resolving deltas: 26% (4130/15881) Resolving deltas: 27% (4288/15881) Resolving deltas: 28% (4447/15881) Resolving deltas: 29% (4606/15881) Resolving deltas: 30% (4765/15881) Resolving deltas: 31% (4924/15881) Resolving deltas: 32% (5082/15881) Resolving deltas: 33% (5241/15881) Resolving deltas: 34% (5400/15881) Resolving deltas: 35% (5559/15881) Resolving deltas: 36% (5718/15881) Resolving deltas: 37% (5876/15881) Resolving deltas: 38% (6035/15881) Resolving deltas: 39% (6194/15881) Resolving deltas: 40% (6353/15881) Resolving deltas: 41% (6512/15881) Resolving deltas: 42% (6671/15881) Resolving deltas: 43% (6829/15881) Resolving deltas: 44% (6988/15881) Resolving deltas: 45% (7147/15881) Resolving deltas: 46% (7306/15881) Resolving deltas: 47% (7465/15881) Resolving deltas: 48% (7623/15881) Resolving deltas: 49% (7782/15881) Resolving deltas: 50% (7941/15881) Resolving deltas: 51% (8100/15881) Resolving deltas: 52% (8259/15881) Resolving deltas: 53% (8417/15881) Resolving deltas: 54% (8576/15881) Resolving deltas: 55% (8735/15881) Resolving deltas: 56% (8894/15881) Resolving deltas: 57% (9053/15881) Resolving deltas: 58% (9211/15881) Resolving deltas: 59% (9370/15881) Resolving deltas: 60% (9529/15881) Resolving deltas: 61% (9688/15881) Resolving deltas: 62% (9847/15881) Resolving deltas: 63% (10006/15881) Resolving deltas: 64% (10164/15881) Resolving deltas: 65% (10323/15881) Resolving deltas: 66% (10482/15881) Resolving deltas: 67% (10641/15881) Resolving deltas: 68% (10800/15881) Resolving deltas: 69% (10958/15881) Resolving deltas: 70% (11117/15881) Resolving deltas: 71% (11276/15881) Resolving deltas: 72% (11435/15881) Resolving deltas: 73% (11594/15881) Resolving deltas: 74% (11752/15881) Resolving deltas: 75% (11911/15881) Resolving deltas: 76% (12070/15881) Resolving deltas: 77% (12229/15881) Resolving deltas: 78% (12388/15881) Resolving deltas: 78% (12461/15881) Resolving deltas: 79% (12546/15881) Resolving deltas: 80% (12705/15881) Resolving deltas: 81% (12864/15881) Resolving deltas: 82% (13023/15881) Resolving deltas: 83% (13182/15881) Resolving deltas: 84% (13341/15881) Resolving deltas: 85% (13499/15881) Resolving deltas: 86% (13658/15881) Resolving deltas: 87% (13817/15881) Resolving deltas: 88% (13976/15881) Resolving deltas: 89% (14135/15881) Resolving deltas: 90% (14293/15881) Resolving deltas: 91% (14452/15881) Resolving deltas: 92% (14611/15881) Resolving deltas: 93% (14770/15881) Resolving deltas: 94% (14929/15881) Resolving deltas: 95% (15087/15881) Resolving deltas: 96% (15246/15881) Resolving deltas: 97% (15405/15881) Resolving deltas: 98% (15564/15881) Resolving deltas: 99% (15723/15881) Resolving deltas: 100% (15881/15881) Resolving deltas: 100% (15881/15881), 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.13 ######################################## 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-09-07\ntrusted_val[44 chars]#\n"] != ["ERR[154 chars]#\n\n# Generated on: 2022-09-07\ntrusted_value[42 chars]#\n"] First differing element 0: "ERRO[153 chars]#\n\n\n# Generated on: 2022-09-07\ntrusted_val[43 chars]##\n" "ERRO[153 chars]#\n\n# Generated on: 2022-09-07\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-09-07\n' "trusted_values_dict['TestModule__globals'] = {}\n" '\n' '#####\n'] ---------------------------------------------------------------------- Ran 7 tests in 0.258s 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.272s 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.251s 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.245s 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.245s 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.289s 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.401s 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.870s 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.924s 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.261s 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.268s 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.076s 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.783s 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.957s 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.304s 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.717s 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.534s 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.201s 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.185s 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.133s 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.322s 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 16.378s 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| (2.85976611292566462450799749456e-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| (2.85976611292566462450799749456e-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.481s 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 217.811s 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.460s 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.272s 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.231s 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.472s 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.187s 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 10.501s 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.236s 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.552s 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.134s 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.535s 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.325s 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 17.941s 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.334s 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.068s 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.612s 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 9.073s 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.151s 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.725s 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.00691965039653015955385448056031 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.0238609467282951195538870134108 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.702s 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.499s 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.869s 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.311s 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.333s 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.502s 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.254s 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.344s 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.463s 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.927s 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.111s 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.921s 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.746s 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| (3.15544362088404722164691426113e-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.24460305557222834142881281076e-60. Setting value to zero INFO:root:Found |result| (1.58270660935984320202389036497e-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 0.0. Setting value to zero INFO:root:Found |result| (1.58270660935984320202389036497e-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 0.0. 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.920s 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: ...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.064s 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| (1.57772181044202361082345713057e-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 3.73380916671668502428643843227e-60. Setting value to zero INFO:root:Found |result| (1.57772181044202361082345713057e-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 3.73380916671668502428643843227e-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.028s 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.589s 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.473s 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.212s 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 44.823s 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.896s OK Unittest of tests/test_parse_BSSN.py finished. All tests passed! Exporting environment variables Exporting SEMAPHORE_JOB_RESULT