From f341da28f482c04f6c7b548a9aa19a49cf90a702 Mon Sep 17 00:00:00 2001 From: cdeline Date: Mon, 14 Oct 2024 13:52:06 -0600 Subject: [PATCH] more pytest. update release date. --- docs/sphinx/source/whatsnew/v0.4.4.rst | 2 +- tests/test_bifacial_radiance.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.4.4.rst b/docs/sphinx/source/whatsnew/v0.4.4.rst index 77928926..4ba8d80b 100644 --- a/docs/sphinx/source/whatsnew/v0.4.4.rst +++ b/docs/sphinx/source/whatsnew/v0.4.4.rst @@ -1,6 +1,6 @@ .. _whatsnew_0440: -v0.4.4 (October / XX / 2024) +v0.4.4 (October / 14 / 2024) ---------------------------- Bugfix Release with important updates to correct the indexing of trackerdict and gendaylit1axis diff --git a/tests/test_bifacial_radiance.py b/tests/test_bifacial_radiance.py index 842fe447..fbcc6944 100644 --- a/tests/test_bifacial_radiance.py +++ b/tests/test_bifacial_radiance.py @@ -356,7 +356,7 @@ def test_SingleModule_HPC(): print(demo.getfilelist()) octfile = demo.makeOct(demo.getfilelist()) # makeOct combines all of the ground, sky and object files into a .oct file. analysis = bifacial_radiance.AnalysisObj(octfile, demo.name, hpc=True) # return an analysis object including the scan dimensions for back irradiance - (frontscan,backscan) = analysis.moduleAnalysis(scene, sensorsy=1) + (frontscan,backscan) = analysis.moduleAnalysis(scene, sensorsy=1, debug=True) analysis.analysis(octfile, demo.name, frontscan, backscan) # compare the back vs front irradiance assert analysis.mattype[0][:12] == 'a0.0.a0.test' assert analysis.rearMat[0][:12] == 'a0.0.a0.test'