Loading tests/test_ThermoGISDoublet_Benchmark.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from unittest import TestCase from pythermogis import * # when running pytest with jpype a "Windows fatal exception" is thrown which in reality has no affect on the outcome or performance. # the current workaround from the jpype package is to disable the system faulthandler. (This will not prevent python or java errors in the test). # the current workaround from the jpype package is to disable the pytest faulthandler. (This will not prevent python or java errors in the test). import faulthandler faulthandler.disable() Loading tests/test_doc_examples.py +1 −1 Original line number Diff line number Diff line import numpy as np # when running pytest with jpype a "Windows fatal exception" is thrown which in reality has no affect on the outcome or performance. # the current workaround from the jpype package is to disable the system faulthandler. (This will not prevent python or java errors in the test). # the current workaround from the jpype package is to disable the pytest faulthandler. (This will not prevent python or java errors in the test). import faulthandler faulthandler.disable() Loading tests/test_doublet_speed.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from pygridsio import read_grid, resample_xarray_grid from pythermogis import * # when running pytest with jpype a "Windows fatal exception" is thrown which in reality has no affect on the outcome or performance. # the current workaround from the jpype package is to disable the system faulthandler. (This will not prevent python or java errors in the test). # the current workaround from the jpype package is to disable the pytest faulthandler. (This will not prevent python or java errors in the test). import faulthandler faulthandler.disable() Loading tests/test_java_installation.py +1 −1 Original line number Diff line number Diff line from pythermogis import start_jvm # when running pytest with jpype a "Windows fatal exception" is thrown which in reality has no affect on the outcome or performance. # the current workaround from the jpype package is to disable the system faulthandler. (This will not prevent python or java errors in the test). # the current workaround from the jpype package is to disable the pytest faulthandler. (This will not prevent python or java errors in the test). import faulthandler faulthandler.disable() Loading tests/test_mkdown_utctable.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from os import path from pythermogis import * # when running pytest with jpype a "Windows fatal exception" is thrown which in reality has no affect on the outcome or performance. # the current workaround from the jpype package is to disable the system faulthandler. (This will not prevent python or java errors in the test). # the current workaround from the jpype package is to disable the pytest faulthandler. (This will not prevent python or java errors in the test). import faulthandler faulthandler.disable() Loading Loading
tests/test_ThermoGISDoublet_Benchmark.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from unittest import TestCase from pythermogis import * # when running pytest with jpype a "Windows fatal exception" is thrown which in reality has no affect on the outcome or performance. # the current workaround from the jpype package is to disable the system faulthandler. (This will not prevent python or java errors in the test). # the current workaround from the jpype package is to disable the pytest faulthandler. (This will not prevent python or java errors in the test). import faulthandler faulthandler.disable() Loading
tests/test_doc_examples.py +1 −1 Original line number Diff line number Diff line import numpy as np # when running pytest with jpype a "Windows fatal exception" is thrown which in reality has no affect on the outcome or performance. # the current workaround from the jpype package is to disable the system faulthandler. (This will not prevent python or java errors in the test). # the current workaround from the jpype package is to disable the pytest faulthandler. (This will not prevent python or java errors in the test). import faulthandler faulthandler.disable() Loading
tests/test_doublet_speed.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ from pygridsio import read_grid, resample_xarray_grid from pythermogis import * # when running pytest with jpype a "Windows fatal exception" is thrown which in reality has no affect on the outcome or performance. # the current workaround from the jpype package is to disable the system faulthandler. (This will not prevent python or java errors in the test). # the current workaround from the jpype package is to disable the pytest faulthandler. (This will not prevent python or java errors in the test). import faulthandler faulthandler.disable() Loading
tests/test_java_installation.py +1 −1 Original line number Diff line number Diff line from pythermogis import start_jvm # when running pytest with jpype a "Windows fatal exception" is thrown which in reality has no affect on the outcome or performance. # the current workaround from the jpype package is to disable the system faulthandler. (This will not prevent python or java errors in the test). # the current workaround from the jpype package is to disable the pytest faulthandler. (This will not prevent python or java errors in the test). import faulthandler faulthandler.disable() Loading
tests/test_mkdown_utctable.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from os import path from pythermogis import * # when running pytest with jpype a "Windows fatal exception" is thrown which in reality has no affect on the outcome or performance. # the current workaround from the jpype package is to disable the system faulthandler. (This will not prevent python or java errors in the test). # the current workaround from the jpype package is to disable the pytest faulthandler. (This will not prevent python or java errors in the test). import faulthandler faulthandler.disable() Loading