solarwindpy 0.0.1.dev0__py3-none-any.whl → 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of solarwindpy might be problematic. Click here for more details.
- plans/.velocity/metrics.json +96 -0
- plans/0-overview-template.md +268 -0
- plans/N-phase-template.md +106 -0
- plans/PLAN_AUDIT_SUMMARY.md +173 -0
- plans/TEMPLATE-USAGE-GUIDE.md +198 -0
- plans/__init__.py +1 -0
- plans/abandoned/compaction-agent-system/0-Overview.md +123 -0
- plans/abandoned/compaction-agent-system/agents-index-update-plan.md +109 -0
- plans/abandoned/compaction-agent-system/compacted_state.md +85 -0
- plans/abandoned/compaction-agent-system/implementation-plan.md +107 -0
- plans/abandoned/compaction-agent-system/system-validation-report.md +159 -0
- plans/abandoned/compaction-agent-system/usage-guide.md +210 -0
- plans/abandoned/hook-system-enhancement/0-Overview.md +214 -0
- plans/abandoned/hook-system-enhancement/1-Phase1-Core-Infrastructure.md +313 -0
- plans/abandoned/hook-system-enhancement/2-Phase2-Intelligent-Testing.md +385 -0
- plans/abandoned/hook-system-enhancement/3-Phase3-Physics-Validation.md +444 -0
- plans/abandoned/hook-system-enhancement/4-Phase4-Performance-Monitoring.md +458 -0
- plans/abandoned/hook-system-enhancement/5-Phase5-Developer-Experience.md +532 -0
- plans/abandoned/hook-system-enhancement/6-Implementation-Timeline.md +274 -0
- plans/abandoned/hook-system-enhancement/7-Risk-Management.md +376 -0
- plans/abandoned/hook-system-enhancement/8-Testing-Strategy.md +579 -0
- plans/abandoned/readthedocs-automation/0-Overview.md +247 -0
- plans/abandoned/readthedocs-automation/1-Emergency-Documentation-Fixes.md +270 -0
- plans/abandoned/readthedocs-automation/2-Template-System-Enhancement.md +811 -0
- plans/abandoned/readthedocs-automation/3-Quality-Audit-ReadTheDocs-Integration.md +844 -0
- plans/abandoned/readthedocs-automation/4-Plan-Consolidation-Cleanup.md +632 -0
- plans/abandoned/readthedocs-automation/9-Closeout.md +207 -0
- plans/abandoned/readthedocs-automation/ABANDONMENT_REASON.md +72 -0
- plans/cicd-architecture-redesign/0-Overview.md +193 -0
- plans/cicd-architecture-redesign/1-Workflow-Creation.md +103 -0
- plans/cicd-architecture-redesign/2-Version-Detection.md +123 -0
- plans/cicd-architecture-redesign/3-Deployment-Gates.md +169 -0
- plans/cicd-architecture-redesign/4-RC-Testing.md +194 -0
- plans/cicd-architecture-redesign/5-TestPyPI-Validation.md +264 -0
- plans/cicd-architecture-redesign/6-Production-Release.md +263 -0
- plans/cicd-architecture-redesign/7-Cleanup.md +243 -0
- plans/cicd-architecture-redesign/8-Documentation.md +285 -0
- plans/cicd-architecture-redesign/Closeout.md +225 -0
- plans/closeout-template.md +259 -0
- plans/completed/circular-import-audit/0-Overview.md +152 -0
- plans/completed/circular-import-audit/1-Static-Dependency-Analysis.md +62 -0
- plans/completed/circular-import-audit/2-Dynamic-Import-Testing.md +56 -0
- plans/completed/circular-import-audit/3-Performance-Impact-Assessment.md +56 -0
- plans/completed/circular-import-audit/4-Issue-Remediation.md +78 -0
- plans/completed/circular-import-audit/5-Preventive-Infrastructure.md +89 -0
- plans/completed/claude-settings-ecosystem-alignment/0-Overview.md +162 -0
- plans/completed/claude-settings-ecosystem-alignment/1-Security-Foundation.md +148 -0
- plans/completed/claude-settings-ecosystem-alignment/2-Hook-Integration.md +158 -0
- plans/completed/claude-settings-ecosystem-alignment/3-Agent-System-Integration.md +177 -0
- plans/completed/claude-settings-ecosystem-alignment/4-Enhanced-Workflow-Automation.md +159 -0
- plans/completed/claude-settings-ecosystem-alignment/5-Validation-Monitoring.md +181 -0
- plans/completed/claude-settings-ecosystem-alignment/compacted_session_state.md +290 -0
- plans/completed/combined_plan_with_checklist_documentation/1-Overview-and-Goals.md +51 -0
- plans/completed/combined_plan_with_checklist_documentation/2-Toolchain-and-Hosting.md +69 -0
- plans/completed/combined_plan_with_checklist_documentation/3-Repository-Structure.md +61 -0
- plans/completed/combined_plan_with_checklist_documentation/4-Configuration-and-Standards.md +70 -0
- plans/completed/combined_plan_with_checklist_documentation/5-Documentation-Content.md +62 -0
- plans/completed/combined_plan_with_checklist_documentation/6-CI-CD-and-Validation.md +58 -0
- plans/completed/combined_plan_with_checklist_documentation/7-Maintenance.md +55 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/0-Overview.md +135 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/1-Common-fixtures.md +59 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/10-power_laws.md +56 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/2-core.py-FitFunction.md +118 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/3-gaussians.py-Gaussian-GaussianNormalized-GaussianLn.md +69 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/4-trend_fits.py-TrendFit.md +99 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/5-plots.py-FFPlot.md +98 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/6-tex_info.py-TeXinfo.md +79 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/7-Justification.md +49 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/8-exponentials.md +64 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/9-lines.md +58 -0
- plans/completed/combined_test_plan_with_checklist_plotting/0-Overview.md +142 -0
- plans/completed/combined_test_plan_with_checklist_plotting/1-base.py.md +90 -0
- plans/completed/combined_test_plan_with_checklist_plotting/10-labels-special.py.md +102 -0
- plans/completed/combined_test_plan_with_checklist_plotting/11-labels-chemistry.py.md +212 -0
- plans/completed/combined_test_plan_with_checklist_plotting/12-labels-composition.py.md +242 -0
- plans/completed/combined_test_plan_with_checklist_plotting/13-labels-datetime.py.md +247 -0
- plans/completed/combined_test_plan_with_checklist_plotting/14-labels-elemental_abundance.py.md +274 -0
- plans/completed/combined_test_plan_with_checklist_plotting/15-visual-validation.md +256 -0
- plans/completed/combined_test_plan_with_checklist_plotting/16-integration-testing.md +266 -0
- plans/completed/combined_test_plan_with_checklist_plotting/17-performance-benchmarks.md +267 -0
- plans/completed/combined_test_plan_with_checklist_plotting/18-Fixtures-and-Utilities.md +86 -0
- plans/completed/combined_test_plan_with_checklist_plotting/2-agg_plot.py.md +90 -0
- plans/completed/combined_test_plan_with_checklist_plotting/3-histograms.py.md +201 -0
- plans/completed/combined_test_plan_with_checklist_plotting/4-scatter.py.md +167 -0
- plans/completed/combined_test_plan_with_checklist_plotting/5-spiral.py.md +216 -0
- plans/completed/combined_test_plan_with_checklist_plotting/6-orbits.py.md +108 -0
- plans/completed/combined_test_plan_with_checklist_plotting/7-tools.py.md +86 -0
- plans/completed/combined_test_plan_with_checklist_plotting/8-select_data_from_figure.py.md +97 -0
- plans/completed/combined_test_plan_with_checklist_plotting/9-labels-base.py.md +88 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/.gitkeep +0 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/0-Overview.md +170 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/1-Package-Entry-Point-__init__.py.md +121 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/2-Core-Base-Classes-base.py.md +142 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/3-Plotting-Helpers-plots.py.md +123 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/4-LISIRD-Sub-package.md +119 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/5-Extrema-Calculator.md +103 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/6-Sunspot-Number-Sub-package.md +163 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/7-Sunspot-Number-Init.py.md +217 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/compacted_state.md +52 -0
- plans/completed/compaction-agent-modernization/0-Overview.md +156 -0
- plans/completed/compaction-agent-modernization/1-Architecture-Audit-Gap-Analysis.md +132 -0
- plans/completed/compaction-agent-modernization/2-Token-Baseline-Recalibration.md +153 -0
- plans/completed/compaction-agent-modernization/3-Agent-Reference-Updates.md +184 -0
- plans/completed/compaction-agent-modernization/4-Compression-Algorithm-Modernization.md +238 -0
- plans/completed/compaction-agent-modernization/5-Workflow-Integration-Streamlining.md +252 -0
- plans/completed/compaction-agent-modernization/6-Template-Structure-Optimization.md +240 -0
- plans/completed/compaction-agent-modernization/7-Integration-Testing-Validation.md +292 -0
- plans/completed/compaction-hook-enhancement/0-Overview.md +150 -0
- plans/completed/compaction-hook-enhancement/1-Token-Estimation-Enhancement.md +179 -0
- plans/completed/compaction-hook-enhancement/2-Compression-Intelligence.md +294 -0
- plans/completed/compaction-hook-enhancement/3-Git-Integration-Metadata.md +310 -0
- plans/completed/compaction-hook-enhancement/4-Session-Continuity-Features.md +358 -0
- plans/completed/compaction-hook-enhancement/5-Testing-Strategy.md +404 -0
- plans/completed/compaction-hook-enhancement/6-Integration-Roadmap.md +319 -0
- plans/completed/compaction-hook-enhancement/compacted_state.md +142 -0
- plans/completed/docstring-audit-enhancement/0-Overview.md +274 -0
- plans/completed/docstring-audit-enhancement/1-Infrastructure-Setup-and-Validation-Tools.md +206 -0
- plans/completed/docstring-audit-enhancement/2-Core-Physics-Modules-Enhancement.md +237 -0
- plans/completed/docstring-audit-enhancement/3-Fitfunctions-Mathematical-Modules-Enhancement.md +188 -0
- plans/completed/docstring-audit-enhancement/4-Plotting-Visualization-Modules-Enhancement.md +243 -0
- plans/completed/docstring-audit-enhancement/5-Specialized-Modules-Enhancement.md +216 -0
- plans/completed/docstring-audit-enhancement/6-Validation-and-Integration.md +216 -0
- plans/completed/fitfunctions-testing-implementation/0-Overview.md +130 -0
- plans/completed/fitfunctions-testing-implementation/1-Test-Infrastructure-Setup.md +79 -0
- plans/completed/fitfunctions-testing-implementation/2-Common-Fixtures-Test-Utilities.md +104 -0
- plans/completed/fitfunctions-testing-implementation/3-Core-FitFunction-Testing.md +168 -0
- plans/completed/fitfunctions-testing-implementation/4-Specialized-Function-Classes.md +210 -0
- plans/completed/fitfunctions-testing-implementation/5-Advanced-Classes-Testing.md +214 -0
- plans/completed/fitfunctions-testing-implementation/6-Plotting-Integration-Testing.md +231 -0
- plans/completed/fitfunctions-testing-implementation/7-Extended-Coverage-BONUS.md +184 -0
- plans/completed/numpy-docstring-conversion-plan/numpy-docstring-conversion-plan.md +118 -0
- plans/completed/pr-review-remediation/0-Overview.md +138 -0
- plans/completed/pr-review-remediation/1-Critical-Safety-Improvements.md +179 -0
- plans/completed/pr-review-remediation/2-Smart-Timeouts-Validation.md +399 -0
- plans/completed/pr-review-remediation/3-Enhanced-GitHub-Integration.md +258 -0
- plans/completed/pr-review-remediation/compacted_state.md +66 -0
- plans/completed/python-310-migration/0-Overview.md +390 -0
- plans/completed/python-310-migration/1-Planning-Setup.md +164 -0
- plans/completed/python-310-migration/2-Implementation.md +256 -0
- plans/completed/python-310-migration/3-Testing-Validation.md +335 -0
- plans/completed/python-310-migration/4-Documentation-Release.md +274 -0
- plans/completed/python-310-migration/5-Closeout.md +252 -0
- plans/completed/requirements-management-consolidation/0-Overview.md +118 -0
- plans/completed/requirements-management-consolidation/1-Documentation-Validation-Environment-Setup.md +116 -0
- plans/completed/requirements-management-consolidation/2-Requirements-Consolidation.md +161 -0
- plans/completed/requirements-management-consolidation/3-Workflow-Automation-Final-Integration.md +196 -0
- plans/completed/single-ecosystem-plan-implementation/0-Overview.md +83 -0
- plans/completed/single-ecosystem-plan-implementation/1-Plan-Preservation-Session-Management.md +38 -0
- plans/completed/single-ecosystem-plan-implementation/2-File-Structure-Optimization.md +43 -0
- plans/completed/single-ecosystem-plan-implementation/3-Plan-Migration-Archive-Setup.md +82 -0
- plans/completed/single-ecosystem-plan-implementation/4-Agent-System-Transformation.md +108 -0
- plans/completed/single-ecosystem-plan-implementation/5-Template-System-Enhancement.md +131 -0
- plans/completed/single-ecosystem-plan-implementation/6-Final-Validation-Testing.md +120 -0
- plans/completed/test-directory-consolidation/0-Overview.md +51 -0
- plans/completed/test-directory-consolidation/1-Structure-Preparation.md +82 -0
- plans/completed/test-directory-consolidation/2-File-Migration.md +100 -0
- plans/completed/test-directory-consolidation/3-Import-Transformation.md +117 -0
- plans/completed/test-directory-consolidation/4-Configuration-Consolidation.md +140 -0
- plans/completed/test-directory-consolidation/5-Validation.md +152 -0
- plans/completed/test-directory-consolidation/6-Cleanup.md +156 -0
- plans/completed/test-planning-agents-architecture/0-Overview.md +79 -0
- plans/completed/test-planning-agents-architecture/1-Branch-Isolation-Testing.md +49 -0
- plans/completed/test-planning-agents-architecture/2-Cross-Branch-Coordination.md +51 -0
- plans/completed/test-planning-agents-architecture/3-Merge-Workflow-Testing.md +48 -0
- plans/deployment-semver-pypi-rtd/0-Overview.md +463 -0
- plans/deployment-semver-pypi-rtd/1-Semantic-Versioning-Foundation.md +136 -0
- plans/deployment-semver-pypi-rtd/2-PyPI-Deployment-Infrastructure.md +168 -0
- plans/deployment-semver-pypi-rtd/3-Release-Automation.md +214 -0
- plans/deployment-semver-pypi-rtd/4-Plan-Closeout.md +543 -0
- plans/deployment-semver-pypi-rtd/compacted_session_state.md +172 -0
- plans/deployment-semver-pypi-rtd/compacted_state.md +131 -0
- plans/documentation-code-audit/0-Overview.md +393 -0
- plans/documentation-code-audit/1-Discovery-Inventory.md +183 -0
- plans/documentation-code-audit/2-Execution-Environment-Setup.md +263 -0
- plans/documentation-code-audit/3-Systematic-Validation.md +322 -0
- plans/documentation-code-audit/4-Code-Example-Remediation.md +358 -0
- plans/documentation-code-audit/5-Physics-MultiIndex-Compliance.md +464 -0
- plans/documentation-code-audit/6-Doctest-Integration.md +523 -0
- plans/documentation-code-audit/7-Reporting-Documentation.md +498 -0
- plans/documentation-code-audit/8-Closeout.md +456 -0
- plans/documentation-rebuild-session/compacted_state.md +109 -0
- plans/documentation-rendering-fixes/0-Overview.md +104 -0
- plans/documentation-rendering-fixes/1-Sphinx-Build-Diagnostics-Warning-Audit.md +101 -0
- plans/documentation-rendering-fixes/2-Configuration-Infrastructure-Fixes.md +113 -0
- plans/documentation-rendering-fixes/3-Docstring-Syntax-Audit-Repair.md +131 -0
- plans/documentation-rendering-fixes/4-HTML-Page-Rendering-Verification.md +113 -0
- plans/documentation-rendering-fixes/5-Advanced-Documentation-Quality-Assurance.md +119 -0
- plans/documentation-rendering-fixes/6-Documentation-Build-Optimization-Testing.md +129 -0
- plans/documentation-rendering-fixes/compacted_state.md +132 -0
- plans/documentation-template-fix/0-Overview.md +197 -0
- plans/documentation-template-fix/1-Template-System-Analysis.md +269 -0
- plans/documentation-template-fix/2-Template-Modification.md +609 -0
- plans/documentation-template-fix/3-Build-System-Integration.md +766 -0
- plans/documentation-template-fix/4-Testing-Validation.md +1399 -0
- plans/documentation-template-fix/5-Documentation-Training.md +602 -0
- plans/documentation-workflow-fix/0-Overview.md +222 -0
- plans/documentation-workflow-fix/1-Immediate-Fixes.md +238 -0
- plans/documentation-workflow-fix/2-Configuration-Setup.md +298 -0
- plans/documentation-workflow-fix/3-Pre-commit-Integration.md +382 -0
- plans/documentation-workflow-fix/4-Workflow-Improvements.md +446 -0
- plans/documentation-workflow-fix/5-Documentation-and-Training.md +527 -0
- plans/duplicate-object-warnings-fix-plan.md +130 -0
- plans/github-issues-migration/0-Overview.md +510 -0
- plans/github-issues-migration/1-Foundation-Label-System.md +180 -0
- plans/github-issues-migration/2-Migration-Tool-Rewrite.md +235 -0
- plans/github-issues-migration/3-CLI-Integration-Automation.md +169 -0
- plans/github-issues-migration/4-Validated-Migration.md +252 -0
- plans/github-issues-migration/5-Documentation-Training.md +171 -0
- plans/github-issues-migration/6-Closeout.md +179 -0
- plans/github-workflows-repair/repair-plan.md +299 -0
- plans/issues_from_plans.py +342 -0
- plans/pr-270-doc-validation-fixes/0-Overview.md +354 -0
- plans/pr-270-doc-validation-fixes/1-Critical-PR-Fixes.md +117 -0
- plans/pr-270-doc-validation-fixes/2-Framework-Right-Sizing.md +129 -0
- plans/pr-270-doc-validation-fixes/3-Sustainable-Documentation.md +126 -0
- plans/pr-270-doc-validation-fixes/4-Closeout-Migration.md +143 -0
- plans/pr-270-doc-validation-fixes/PLAN_COMPLETED.md +149 -0
- plans/python-310-migration/0-Overview.md +390 -0
- plans/python-310-migration/1-Planning-Setup.md +164 -0
- plans/python-310-migration/2-Implementation.md +256 -0
- plans/python-310-migration/3-Testing-Validation.md +335 -0
- plans/python-310-migration/4-Documentation-Release.md +274 -0
- plans/python-310-migration/5-Closeout.md +252 -0
- plans/readthedocs-simplified/0-Overview.md +243 -0
- plans/readthedocs-simplified/1-Immediate-Fixes.md +216 -0
- plans/readthedocs-simplified/2-Template-Simplification.md +278 -0
- plans/readthedocs-simplified/3-ReadTheDocs-Setup.md +298 -0
- plans/readthedocs-simplified/4-Testing-Validation.md +328 -0
- plans/readthedocs-simplified/5-Closeout.md +231 -0
- plans/readthedocs-simplified/compacted_state.md +127 -0
- plans/session-compaction-2025-08-12/compacted_state.md +114 -0
- plans/session-compaction-2025-08-13/compacted_state.md +145 -0
- plans/session-continuity-protocol/0-Overview.md +35 -0
- plans/session-continuity-protocol/1-Core-Principles-Framework.md +40 -0
- plans/session-continuity-protocol/2-Pre-Session-Validation-System.md +79 -0
- plans/session-continuity-protocol/3-Context-Switching-Prevention.md +87 -0
- plans/session-continuity-protocol/4-Progress-Tracking-Recovery.md +100 -0
- plans/sphinx-warnings-analysis.md +222 -0
- plans/systemprompt-optimization/0-Overview.md +447 -0
- plans/systemprompt-optimization/1-Deploy-SystemPrompt.md +114 -0
- plans/systemprompt-optimization/2-Documentation-Alignment.md +198 -0
- plans/systemprompt-optimization/3-Monitoring-Infrastructure.md +396 -0
- plans/systemprompt-optimization/4-Implementation-Script.md +450 -0
- plans/systemprompt-optimization/9-Closeout.md +165 -0
- plans/systemprompt-optimization/compacted_state.md +143 -0
- plans/template-value-propositions/0-Overview.md +357 -0
- plans/template-value-propositions/1-Value-Proposition-Framework-Design.md +144 -0
- plans/template-value-propositions/2-Plan-Template-Enhancement.md +178 -0
- plans/template-value-propositions/3-Value-Generator-Hook-Implementation.md +291 -0
- plans/template-value-propositions/4-Value-Validator-Hook-Implementation.md +274 -0
- plans/template-value-propositions/5-Documentation-Agent-Updates.md +219 -0
- plans/template-value-propositions/6-Integration-Testing-Validation.md +247 -0
- plans/tests-audit/0-Overview.md +410 -0
- plans/tests-audit/1-Discovery-Inventory.md +170 -0
- plans/tests-audit/2-Physics-Validation-Audit.md +195 -0
- plans/tests-audit/3-Architecture-Compliance.md +195 -0
- plans/tests-audit/4-Numerical-Stability-Analysis.md +203 -0
- plans/tests-audit/5-Documentation-Enhancement.md +220 -0
- plans/tests-audit/6-Audit-Deliverables.md +220 -0
- plans/tests-audit/7-Closeout.md +252 -0
- plans/tests-audit/artifacts/ARCHITECTURE_COMPLIANCE_REPORT.md +315 -0
- plans/tests-audit/artifacts/ARCHITECTURE_RECOMMENDATIONS.md +943 -0
- plans/tests-audit/artifacts/COMPREHENSIVE_AUDIT_REPORT.md +356 -0
- plans/tests-audit/artifacts/CONTRIBUTING_ENHANCED_TEMPLATE.md +419 -0
- plans/tests-audit/artifacts/COVERAGE_GAP_ANALYSIS.md +152 -0
- plans/tests-audit/artifacts/DOCUMENTATION_ENHANCEMENT_REPORT.md +502 -0
- plans/tests-audit/artifacts/EXECUTIVE_AUDIT_SUMMARY.md +129 -0
- plans/tests-audit/artifacts/IMPLEMENTATION_ROADMAP.md +647 -0
- plans/tests-audit/artifacts/NUMERICAL_RECOMMENDATIONS.md +739 -0
- plans/tests-audit/artifacts/NUMERICAL_STABILITY_GUIDE_TEMPLATE.rst +451 -0
- plans/tests-audit/artifacts/NUMERICAL_STABILITY_REPORT.md +301 -0
- plans/tests-audit/artifacts/PHASE_3_SUMMARY.md +280 -0
- plans/tests-audit/artifacts/PHASE_4_SUMMARY.md +229 -0
- plans/tests-audit/artifacts/PHASE_5_SUMMARY.md +292 -0
- plans/tests-audit/artifacts/PHASE_6_CLOSEOUT.md +278 -0
- plans/tests-audit/artifacts/PHYSICS_GUIDE_TEMPLATE.rst +268 -0
- plans/tests-audit/artifacts/PHYSICS_VALIDATION_REPORT.md +235 -0
- plans/tests-audit/artifacts/TECHNICAL_DELIVERABLES_PACKAGE.md +2502 -0
- plans/tests-audit/artifacts/TEST_INVENTORY.csv +1204 -0
- plans/tests-audit/artifacts/TEST_INVENTORY.md +135 -0
- plans/tests-audit/artifacts/test_discovery_analysis.py +231 -0
- plans/tests-audit/artifacts/test_parser.py +395 -0
- solarwindpy/README.md +3 -0
- solarwindpy/Untitled.ipynb +54 -0
- solarwindpy/__init__.py +74 -0
- solarwindpy/core/__init__.py +23 -0
- solarwindpy/core/alfvenic_turbulence.py +804 -0
- solarwindpy/core/base.py +267 -0
- solarwindpy/core/ions.py +309 -0
- solarwindpy/core/plasma.py +2133 -0
- solarwindpy/core/spacecraft.py +256 -0
- solarwindpy/core/tensor.py +90 -0
- solarwindpy/core/units_constants.py +199 -0
- solarwindpy/core/vector.py +328 -0
- solarwindpy/fitfunctions/__init__.py +20 -0
- solarwindpy/fitfunctions/core.py +734 -0
- solarwindpy/fitfunctions/exponentials.py +188 -0
- solarwindpy/fitfunctions/gaussians.py +264 -0
- solarwindpy/fitfunctions/lines.py +116 -0
- solarwindpy/fitfunctions/moyal.py +71 -0
- solarwindpy/fitfunctions/plots.py +751 -0
- solarwindpy/fitfunctions/power_laws.py +209 -0
- solarwindpy/fitfunctions/tex_info.py +568 -0
- solarwindpy/fitfunctions/trend_fits.py +482 -0
- solarwindpy/instabilities/__init__.py +16 -0
- solarwindpy/instabilities/beta_ani.py +82 -0
- solarwindpy/instabilities/verscharen2016.py +631 -0
- solarwindpy/plotting/__init__.py +33 -0
- solarwindpy/plotting/agg_plot.py +489 -0
- solarwindpy/plotting/base.py +465 -0
- solarwindpy/plotting/hist1d.py +405 -0
- solarwindpy/plotting/hist2d.py +1035 -0
- solarwindpy/plotting/histograms.py +1845 -0
- solarwindpy/plotting/labels/__init__.py +104 -0
- solarwindpy/plotting/labels/base.py +686 -0
- solarwindpy/plotting/labels/chemistry.py +19 -0
- solarwindpy/plotting/labels/composition.py +100 -0
- solarwindpy/plotting/labels/datetime.py +235 -0
- solarwindpy/plotting/labels/elemental_abundance.py +73 -0
- solarwindpy/plotting/labels/special.py +794 -0
- solarwindpy/plotting/orbits.py +515 -0
- solarwindpy/plotting/scatter.py +99 -0
- solarwindpy/plotting/select_data_from_figure.py +329 -0
- solarwindpy/plotting/spiral.py +980 -0
- solarwindpy/plotting/tools.py +434 -0
- solarwindpy/scripts/__init__.py +1 -0
- solarwindpy/scripts/logs/.gitignore +1 -0
- solarwindpy/solar_activity/__init__.py +53 -0
- solarwindpy/solar_activity/base.py +605 -0
- solarwindpy/solar_activity/lisird/__init__.py +3 -0
- solarwindpy/solar_activity/lisird/extrema_calculator.py +394 -0
- solarwindpy/solar_activity/lisird/lisird.py +319 -0
- solarwindpy/solar_activity/plots.py +116 -0
- solarwindpy/solar_activity/sunspot_number/.DS_Store +0 -0
- solarwindpy/solar_activity/sunspot_number/__init__.py +3 -0
- solarwindpy/solar_activity/sunspot_number/sidc.py +556 -0
- solarwindpy/solar_activity/sunspot_number/ssn_extrema.csv +72 -0
- solarwindpy/solar_activity/sunspot_number/ssn_extrema.csv.silso +72 -0
- solarwindpy/tools/__init__.py +162 -0
- solarwindpy-0.1.0.dist-info/METADATA +181 -0
- solarwindpy-0.1.0.dist-info/RECORD +409 -0
- {solarwindpy-0.0.1.dev0.dist-info → solarwindpy-0.1.0.dist-info}/WHEEL +1 -1
- solarwindpy-0.1.0.dist-info/licenses/LICENSE.rst +32 -0
- solarwindpy-0.1.0.dist-info/top_level.txt +3 -0
- tests/__init__.py +1 -0
- tests/conftest.py +10 -0
- tests/core/__init__.py +1 -0
- tests/core/test_alfvenic_turbulence.py +544 -0
- tests/core/test_base.py +112 -0
- tests/core/test_base_head_tail.py +29 -0
- tests/core/test_base_mi_tuples.py +11 -0
- tests/core/test_core_verify_datetimeindex.py +32 -0
- tests/core/test_ions.py +325 -0
- tests/core/test_plasma.py +2581 -0
- tests/core/test_plasma_io.py +12 -0
- tests/core/test_quantities.py +507 -0
- tests/core/test_spacecraft.py +210 -0
- tests/core/test_units_constants.py +22 -0
- tests/data/epoch.csv +4 -0
- tests/data/plasma.csv +4 -0
- tests/data/spacecraft.csv +4 -0
- tests/fitfunctions/conftest.py +60 -0
- tests/fitfunctions/test_core.py +193 -0
- tests/fitfunctions/test_exponentials.py +342 -0
- tests/fitfunctions/test_gaussians.py +142 -0
- tests/fitfunctions/test_lines.py +349 -0
- tests/fitfunctions/test_moyal.py +258 -0
- tests/fitfunctions/test_plots.py +258 -0
- tests/fitfunctions/test_power_laws.py +365 -0
- tests/fitfunctions/test_tex_info.py +183 -0
- tests/fitfunctions/test_trend_fit_properties.py +31 -0
- tests/fitfunctions/test_trend_fits.py +244 -0
- tests/plotting/__init__.py +1 -0
- tests/plotting/labels/__init__.py +1 -0
- tests/plotting/labels/test_chemistry.py +243 -0
- tests/plotting/labels/test_composition.py +345 -0
- tests/plotting/labels/test_datetime.py +445 -0
- tests/plotting/labels/test_elemental_abundance.py +366 -0
- tests/plotting/labels/test_init.py +66 -0
- tests/plotting/labels/test_labels_base.py +347 -0
- tests/plotting/labels/test_special.py +550 -0
- tests/plotting/test_agg_plot.py +602 -0
- tests/plotting/test_base.py +752 -0
- tests/plotting/test_fixtures_utilities.py +775 -0
- tests/plotting/test_histograms.py +546 -0
- tests/plotting/test_integration.py +675 -0
- tests/plotting/test_orbits.py +435 -0
- tests/plotting/test_performance.py +708 -0
- tests/plotting/test_scatter.py +752 -0
- tests/plotting/test_select_data_from_figure.py +1209 -0
- tests/plotting/test_spiral.py +573 -0
- tests/plotting/test_tools.py +607 -0
- tests/plotting/test_visual_validation.py +465 -0
- tests/solar_activity/__init__.py +1 -0
- tests/solar_activity/lisird/__init__.py +1 -0
- tests/solar_activity/lisird/test_extrema_calculator.py +593 -0
- tests/solar_activity/lisird/test_lisird_id.py +187 -0
- tests/solar_activity/sunspot_number/__init__.py +1 -0
- tests/solar_activity/sunspot_number/test_init.py +399 -0
- tests/solar_activity/sunspot_number/test_sidc.py +465 -0
- tests/solar_activity/sunspot_number/test_sidc_id.py +223 -0
- tests/solar_activity/sunspot_number/test_sidc_loader.py +275 -0
- tests/solar_activity/sunspot_number/test_ssn_extrema.py +406 -0
- tests/solar_activity/test_base.py +656 -0
- tests/solar_activity/test_init.py +396 -0
- tests/solar_activity/test_plots.py +371 -0
- tests/test_circular_imports.py +408 -0
- tests/test_issue_titles.py +25 -0
- tests/test_statusline.py +298 -0
- solarwindpy-0.0.1.dev0.dist-info/METADATA +0 -14
- solarwindpy-0.0.1.dev0.dist-info/RECORD +0 -4
- solarwindpy-0.0.1.dev0.dist-info/top_level.txt +0 -1
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'Combined Plan and Checklist: Visual Validation Framework'
|
|
3
|
+
about: Visual validation framework for matplotlib plot output verification.
|
|
4
|
+
labels: [sweep, plotting, visual_validation, matplotlib, image_comparison]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
> Phase 16 of Enhanced Plotting Test Plan - Advanced Testing Framework
|
|
8
|
+
|
|
9
|
+
## 🧠 Context
|
|
10
|
+
|
|
11
|
+
Visual validation is critical for plotting libraries as it ensures that generated plots not only execute without error but also produce the expected visual output. This phase establishes a comprehensive visual validation framework using matplotlib's image comparison capabilities to detect regressions in plot appearance, layout, and rendering.
|
|
12
|
+
|
|
13
|
+
### Key Components
|
|
14
|
+
- **Image Comparison Framework**: Automated comparison against reference images
|
|
15
|
+
- **Baseline Generation**: System for creating and managing reference plots
|
|
16
|
+
- **Tolerance Management**: Configurable pixel difference tolerance
|
|
17
|
+
- **Cross-Platform Compatibility**: Consistent rendering across operating systems
|
|
18
|
+
- **Regression Detection**: Automated detection of visual changes
|
|
19
|
+
|
|
20
|
+
### Technical Requirements
|
|
21
|
+
- **Matplotlib Testing**: Uses `matplotlib.testing.decorators.image_comparison`
|
|
22
|
+
- **Reference Images**: Baseline images stored in `tests/plotting/baseline_images/`
|
|
23
|
+
- **Headless Operation**: Tests run without GUI dependencies
|
|
24
|
+
- **Format Support**: PNG format for consistent cross-platform comparison
|
|
25
|
+
|
|
26
|
+
## 📋 Comprehensive Test Checklist
|
|
27
|
+
|
|
28
|
+
### 16.1 Framework Infrastructure
|
|
29
|
+
|
|
30
|
+
#### Test environment setup
|
|
31
|
+
- [ ] **Headless matplotlib**: Configure matplotlib for headless operation
|
|
32
|
+
- [ ] **Backend selection**: Use consistent matplotlib backend (Agg)
|
|
33
|
+
- [ ] **DPI consistency**: Fixed DPI settings for reproducible rendering
|
|
34
|
+
- [ ] **Font management**: Consistent font rendering across platforms
|
|
35
|
+
- [ ] **Color consistency**: Reproducible color rendering
|
|
36
|
+
|
|
37
|
+
#### Directory structure
|
|
38
|
+
- [ ] **Baseline directory**: `tests/plotting/baseline_images/` created
|
|
39
|
+
- [ ] **Test organization**: Baseline images organized by module/function
|
|
40
|
+
- [ ] **Version control**: Baseline images tracked in version control
|
|
41
|
+
- [ ] **Platform variants**: Platform-specific baselines if needed
|
|
42
|
+
- [ ] **Cleanup procedures**: Old/unused baseline cleanup process
|
|
43
|
+
|
|
44
|
+
### 16.2 Image Comparison Implementation
|
|
45
|
+
|
|
46
|
+
#### Comparison decorators
|
|
47
|
+
- [ ] **@image_comparison**: Proper use of matplotlib's image comparison
|
|
48
|
+
- [ ] **Tolerance settings**: Appropriate pixel difference tolerance
|
|
49
|
+
- [ ] **File naming**: Consistent baseline image naming convention
|
|
50
|
+
- [ ] **Multi-image tests**: Support for tests generating multiple plots
|
|
51
|
+
- [ ] **Extension handling**: Proper file extension management (.png)
|
|
52
|
+
|
|
53
|
+
#### Comparison configuration
|
|
54
|
+
- [ ] **Tolerance levels**: Different tolerance for different plot types
|
|
55
|
+
- [ ] **Pixel differences**: Acceptable pixel difference thresholds
|
|
56
|
+
- [ ] **Color tolerance**: RGB color difference tolerances
|
|
57
|
+
- [ ] **Anti-aliasing**: Handle anti-aliasing differences consistently
|
|
58
|
+
- [ ] **Text rendering**: Consistent text rendering comparison
|
|
59
|
+
|
|
60
|
+
### 16.3 Baseline Image Management
|
|
61
|
+
|
|
62
|
+
#### Baseline generation
|
|
63
|
+
- [ ] **Initial generation**: Process for creating initial baseline images
|
|
64
|
+
- [ ] **Regeneration workflow**: Process for updating baselines when needed
|
|
65
|
+
- [ ] **Version tracking**: Track baseline image versions with code changes
|
|
66
|
+
- [ ] **Review process**: Manual review process for baseline changes
|
|
67
|
+
- [ ] **Documentation**: Document when and why baselines change
|
|
68
|
+
|
|
69
|
+
#### Quality standards
|
|
70
|
+
- [ ] **Image quality**: High-quality baseline images
|
|
71
|
+
- [ ] **Completeness**: Baselines cover all visual elements
|
|
72
|
+
- [ ] **Representativeness**: Baselines represent typical use cases
|
|
73
|
+
- [ ] **Edge case coverage**: Baselines for edge cases and boundary conditions
|
|
74
|
+
- [ ] **Scientific accuracy**: Baselines scientifically correct
|
|
75
|
+
|
|
76
|
+
### 16.4 Cross-Platform Consistency
|
|
77
|
+
|
|
78
|
+
#### Platform compatibility
|
|
79
|
+
- [ ] **Operating system**: Consistent rendering across Windows, macOS, Linux
|
|
80
|
+
- [ ] **Python versions**: Consistent across supported Python versions
|
|
81
|
+
- [ ] **Matplotlib versions**: Handle matplotlib version differences
|
|
82
|
+
- [ ] **Font differences**: Manage platform-specific font differences
|
|
83
|
+
- [ ] **DPI scaling**: Handle different DPI settings consistently
|
|
84
|
+
|
|
85
|
+
#### Environment standardization
|
|
86
|
+
- [ ] **Docker support**: Containerized testing environment for consistency
|
|
87
|
+
- [ ] **CI/CD integration**: Visual tests run in continuous integration
|
|
88
|
+
- [ ] **Local testing**: Visual tests work in local development environments
|
|
89
|
+
- [ ] **Dependency management**: Consistent dependency versions for rendering
|
|
90
|
+
|
|
91
|
+
### 16.5 Plot Type Coverage
|
|
92
|
+
|
|
93
|
+
#### Core plotting functionality
|
|
94
|
+
- [ ] **Scatter plots**: Visual validation for scatter plot output
|
|
95
|
+
- [ ] **Line plots**: Visual validation for line plot rendering
|
|
96
|
+
- [ ] **Histograms**: Visual validation for histogram appearance
|
|
97
|
+
- [ ] **2D histograms**: Visual validation for 2D histogram rendering
|
|
98
|
+
- [ ] **Color maps**: Visual validation for color mapping accuracy
|
|
99
|
+
|
|
100
|
+
#### Advanced plotting features
|
|
101
|
+
- [ ] **Subplots**: Visual validation for subplot layouts
|
|
102
|
+
- [ ] **Color bars**: Visual validation for color bar rendering
|
|
103
|
+
- [ ] **Labels**: Visual validation for axis labels and titles
|
|
104
|
+
- [ ] **Legends**: Visual validation for legend appearance
|
|
105
|
+
- [ ] **Annotations**: Visual validation for text annotations
|
|
106
|
+
|
|
107
|
+
#### Specialized plots
|
|
108
|
+
- [ ] **Spiral plots**: Visual validation for spiral mesh rendering
|
|
109
|
+
- [ ] **Orbit plots**: Visual validation for orbital trajectory plots
|
|
110
|
+
- [ ] **Scientific notation**: Visual validation for mathematical notation
|
|
111
|
+
- [ ] **Custom markers**: Visual validation for custom plot markers
|
|
112
|
+
- [ ] **Error bars**: Visual validation for error bar rendering
|
|
113
|
+
|
|
114
|
+
### 16.6 Test Data and Fixtures
|
|
115
|
+
|
|
116
|
+
#### Standardized test data
|
|
117
|
+
- [ ] **Consistent datasets**: Standard datasets for visual testing
|
|
118
|
+
- [ ] **Reproducible data**: Deterministic data generation for consistency
|
|
119
|
+
- [ ] **Edge case data**: Test data covering edge cases
|
|
120
|
+
- [ ] **Scientific data**: Realistic scientific datasets for validation
|
|
121
|
+
- [ ] **Data fixtures**: Reusable data fixtures for visual tests
|
|
122
|
+
|
|
123
|
+
#### Plot configuration
|
|
124
|
+
- [ ] **Standard settings**: Consistent plot settings across tests
|
|
125
|
+
- [ ] **Color schemes**: Standard color schemes for testing
|
|
126
|
+
- [ ] **Font settings**: Consistent font settings for text rendering
|
|
127
|
+
- [ ] **Size standards**: Standard plot sizes for comparison
|
|
128
|
+
- [ ] **Style consistency**: Consistent plot styles across tests
|
|
129
|
+
|
|
130
|
+
### 16.7 Regression Detection
|
|
131
|
+
|
|
132
|
+
#### Change detection
|
|
133
|
+
- [ ] **Pixel differences**: Detect pixel-level changes in plot output
|
|
134
|
+
- [ ] **Layout changes**: Detect changes in plot layout and positioning
|
|
135
|
+
- [ ] **Color changes**: Detect changes in color rendering
|
|
136
|
+
- [ ] **Text changes**: Detect changes in text rendering and positioning
|
|
137
|
+
- [ ] **Symbol changes**: Detect changes in plot symbols and markers
|
|
138
|
+
|
|
139
|
+
#### Failure analysis
|
|
140
|
+
- [ ] **Difference reporting**: Clear reporting of visual differences
|
|
141
|
+
- [ ] **Difference highlighting**: Visual highlighting of changed regions
|
|
142
|
+
- [ ] **Failure categorization**: Categorize types of visual failures
|
|
143
|
+
- [ ] **Failure severity**: Assess severity of visual changes
|
|
144
|
+
- [ ] **Manual review**: Process for manual review of failures
|
|
145
|
+
|
|
146
|
+
### 16.8 Performance Considerations
|
|
147
|
+
|
|
148
|
+
#### Test execution speed
|
|
149
|
+
- [ ] **Efficient rendering**: Optimize visual test execution speed
|
|
150
|
+
- [ ] **Parallel execution**: Run visual tests in parallel where possible
|
|
151
|
+
- [ ] **Selective testing**: Run visual tests selectively based on changes
|
|
152
|
+
- [ ] **Caching**: Cache rendering results where appropriate
|
|
153
|
+
- [ ] **Resource usage**: Manage memory usage during visual testing
|
|
154
|
+
|
|
155
|
+
#### CI/CD optimization
|
|
156
|
+
- [ ] **Fast feedback**: Quick visual test feedback in CI/CD
|
|
157
|
+
- [ ] **Artifact management**: Efficient handling of baseline images
|
|
158
|
+
- [ ] **Storage optimization**: Optimize storage of baseline images
|
|
159
|
+
- [ ] **Network efficiency**: Efficient transfer of image files
|
|
160
|
+
- [ ] **Build optimization**: Optimize build process for visual tests
|
|
161
|
+
|
|
162
|
+
### 16.9 Error Handling and Debugging
|
|
163
|
+
|
|
164
|
+
#### Test failures
|
|
165
|
+
- [ ] **Clear error messages**: Informative error messages for visual failures
|
|
166
|
+
- [ ] **Debugging output**: Helpful debugging information for failures
|
|
167
|
+
- [ ] **Image diff output**: Generate difference images for failed tests
|
|
168
|
+
- [ ] **Log integration**: Integration with logging systems
|
|
169
|
+
- [ ] **Failure recovery**: Graceful handling of rendering failures
|
|
170
|
+
|
|
171
|
+
#### Development workflow
|
|
172
|
+
- [ ] **Local debugging**: Easy debugging of visual tests locally
|
|
173
|
+
- [ ] **Interactive comparison**: Tools for interactive comparison of images
|
|
174
|
+
- [ ] **Batch updates**: Efficient batch updating of baseline images
|
|
175
|
+
- [ ] **Review tools**: Tools for reviewing baseline changes
|
|
176
|
+
- [ ] **Documentation**: Clear documentation of debugging procedures
|
|
177
|
+
|
|
178
|
+
### 16.10 Integration with Test Suite
|
|
179
|
+
|
|
180
|
+
#### Test organization
|
|
181
|
+
- [ ] **Test markers**: Proper pytest markers for visual tests
|
|
182
|
+
- [ ] **Test selection**: Easy selection/deselection of visual tests
|
|
183
|
+
- [ ] **Test dependencies**: Proper handling of test dependencies
|
|
184
|
+
- [ ] **Test isolation**: Visual tests properly isolated
|
|
185
|
+
- [ ] **Test reporting**: Integration with test reporting systems
|
|
186
|
+
|
|
187
|
+
#### Continuous integration
|
|
188
|
+
- [ ] **CI configuration**: Visual tests properly configured in CI
|
|
189
|
+
- [ ] **Artifact storage**: Baseline images properly stored/retrieved
|
|
190
|
+
- [ ] **Failure reporting**: Clear reporting of visual test failures
|
|
191
|
+
- [ ] **Manual triggers**: Manual triggers for baseline updates
|
|
192
|
+
- [ ] **Branch protection**: Protect against accidental baseline changes
|
|
193
|
+
|
|
194
|
+
### 16.11 Documentation and Training
|
|
195
|
+
|
|
196
|
+
#### Framework documentation
|
|
197
|
+
- [ ] **Usage guide**: Clear guide for using visual validation framework
|
|
198
|
+
- [ ] **Best practices**: Best practices for creating visual tests
|
|
199
|
+
- [ ] **Troubleshooting**: Troubleshooting guide for common issues
|
|
200
|
+
- [ ] **Examples**: Working examples of visual tests
|
|
201
|
+
- [ ] **API reference**: Complete API reference for framework
|
|
202
|
+
|
|
203
|
+
#### Developer training
|
|
204
|
+
- [ ] **Onboarding**: Onboarding process for new developers
|
|
205
|
+
- [ ] **Workflow guide**: Guide for visual test development workflow
|
|
206
|
+
- [ ] **Review process**: Process for reviewing visual changes
|
|
207
|
+
- [ ] **Maintenance**: Guide for maintaining visual tests
|
|
208
|
+
- [ ] **Updates**: Process for updating framework and baselines
|
|
209
|
+
|
|
210
|
+
### 16.12 Quality Assurance
|
|
211
|
+
|
|
212
|
+
#### Test quality
|
|
213
|
+
- [ ] **Coverage analysis**: Analysis of visual test coverage
|
|
214
|
+
- [ ] **Quality metrics**: Metrics for visual test quality
|
|
215
|
+
- [ ] **Regular review**: Regular review of visual test effectiveness
|
|
216
|
+
- [ ] **Baseline quality**: Regular review of baseline image quality
|
|
217
|
+
- [ ] **Framework evolution**: Evolution of framework capabilities
|
|
218
|
+
|
|
219
|
+
#### Scientific validation
|
|
220
|
+
- [ ] **Accuracy verification**: Verify visual accuracy of scientific plots
|
|
221
|
+
- [ ] **Publication quality**: Ensure plots meet publication standards
|
|
222
|
+
- [ ] **Scientific review**: Scientific review of visual test baselines
|
|
223
|
+
- [ ] **Domain expertise**: Integration of domain expertise in visual validation
|
|
224
|
+
- [ ] **Standards compliance**: Compliance with scientific plotting standards
|
|
225
|
+
|
|
226
|
+
## 🎯 Testing Strategy
|
|
227
|
+
|
|
228
|
+
### Implementation Phases
|
|
229
|
+
1. **Framework Setup**: Establish basic visual comparison infrastructure
|
|
230
|
+
2. **Core Coverage**: Create visual tests for core plotting functionality
|
|
231
|
+
3. **Advanced Features**: Add visual tests for specialized features
|
|
232
|
+
4. **CI/CD Integration**: Integrate with continuous integration systems
|
|
233
|
+
|
|
234
|
+
### Quality Metrics
|
|
235
|
+
- **Coverage**: Percentage of plotting functions with visual tests
|
|
236
|
+
- **Accuracy**: Pixel difference tolerance levels maintained
|
|
237
|
+
- **Reliability**: Consistency of visual tests across platforms
|
|
238
|
+
- **Performance**: Visual test execution time benchmarks
|
|
239
|
+
|
|
240
|
+
### Success Criteria
|
|
241
|
+
- Visual tests catch plot rendering regressions
|
|
242
|
+
- Framework works consistently across development environments
|
|
243
|
+
- Baseline management process efficient and reliable
|
|
244
|
+
- Visual validation integrated into development workflow
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
248
|
+
**Estimated Time**: 4 hours
|
|
249
|
+
**Dependencies**: Matplotlib testing framework, CI/CD infrastructure
|
|
250
|
+
**Priority**: HIGH (Critical for plot quality assurance)
|
|
251
|
+
|
|
252
|
+
**Status**: ✅ COMPLETED
|
|
253
|
+
**Commit**: d097473
|
|
254
|
+
**Tests Added**: 16 visual validation test cases
|
|
255
|
+
**Time Invested**: 4 hours
|
|
256
|
+
**Test Results**: 16/16 passing (100% success rate)
|
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 'Combined Plan and Checklist: Integration Testing'
|
|
3
|
+
about: End-to-end integration testing for complete plotting workflows.
|
|
4
|
+
labels: [sweep, plotting, integration_testing, workflows, end_to_end]
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
> Phase 17 of Enhanced Plotting Test Plan - Advanced Testing Framework
|
|
8
|
+
|
|
9
|
+
## 🧠 Context
|
|
10
|
+
|
|
11
|
+
Integration testing validates that all plotting components work together correctly in realistic usage scenarios. This phase focuses on end-to-end workflows that combine multiple plotting modules, data processing, and output generation to ensure the complete plotting system functions as expected in scientific research contexts.
|
|
12
|
+
|
|
13
|
+
### Key Components
|
|
14
|
+
- **Workflow Testing**: Complete data-to-plot workflows
|
|
15
|
+
- **Module Integration**: Cross-module functionality validation
|
|
16
|
+
- **Real Data Testing**: Testing with authentic scientific datasets
|
|
17
|
+
- **Output Validation**: Comprehensive output format and quality validation
|
|
18
|
+
- **Error Recovery**: Testing error handling across the entire stack
|
|
19
|
+
|
|
20
|
+
### Scientific Context
|
|
21
|
+
- **Data Pipeline Integration**: From raw data to publication-ready plots
|
|
22
|
+
- **Multi-Plot Workflows**: Complex plotting scenarios with multiple visualizations
|
|
23
|
+
- **Interactive Features**: Testing interactive plotting capabilities
|
|
24
|
+
- **Export Workflows**: Complete export and save functionality testing
|
|
25
|
+
|
|
26
|
+
## 📋 Comprehensive Test Checklist
|
|
27
|
+
|
|
28
|
+
### 17.1 Workflow Integration Framework
|
|
29
|
+
|
|
30
|
+
#### Test architecture
|
|
31
|
+
- [ ] **End-to-end test structure**: Comprehensive workflow test organization
|
|
32
|
+
- [ ] **Test data pipeline**: Realistic data flow from input to output
|
|
33
|
+
- [ ] **Component orchestration**: Proper integration of all plotting components
|
|
34
|
+
- [ ] **State management**: Correct handling of state across workflow steps
|
|
35
|
+
- [ ] **Resource cleanup**: Proper cleanup of temporary files and resources
|
|
36
|
+
|
|
37
|
+
#### Test environment
|
|
38
|
+
- [ ] **Isolated environments**: Tests run in isolated environments
|
|
39
|
+
- [ ] **Dependency management**: All required dependencies available
|
|
40
|
+
- [ ] **Configuration management**: Consistent configuration across tests
|
|
41
|
+
- [ ] **Temporary directories**: Proper temporary directory management
|
|
42
|
+
- [ ] **Environment variables**: Correct environment variable handling
|
|
43
|
+
|
|
44
|
+
### 17.2 Data-to-Plot Workflows
|
|
45
|
+
|
|
46
|
+
#### Complete plotting workflows
|
|
47
|
+
- [ ] **Raw data input**: Processing from raw scientific data files
|
|
48
|
+
- [ ] **Data preprocessing**: Integration with data preprocessing steps
|
|
49
|
+
- [ ] **Plot generation**: Complete plot generation workflows
|
|
50
|
+
- [ ] **Output formatting**: Proper output formatting and styling
|
|
51
|
+
- [ ] **File export**: Complete export workflows to various formats
|
|
52
|
+
|
|
53
|
+
#### Multi-step processes
|
|
54
|
+
- [ ] **Data loading**: Realistic data loading from various sources
|
|
55
|
+
- [ ] **Data validation**: Data validation integrated into workflows
|
|
56
|
+
- [ ] **Plot configuration**: Dynamic plot configuration based on data
|
|
57
|
+
- [ ] **Multiple outputs**: Workflows generating multiple plot outputs
|
|
58
|
+
- [ ] **Batch processing**: Batch processing of multiple datasets
|
|
59
|
+
|
|
60
|
+
### 17.3 Cross-Module Integration
|
|
61
|
+
|
|
62
|
+
#### Module interaction testing
|
|
63
|
+
- [ ] **Base-derived interactions**: Base classes with derived implementations
|
|
64
|
+
- [ ] **Label system integration**: Labels working across different plot types
|
|
65
|
+
- [ ] **Color system integration**: Consistent color handling across modules
|
|
66
|
+
- [ ] **Axis system integration**: Consistent axis handling across plot types
|
|
67
|
+
- [ ] **Tool integration**: Plotting tools working with different plot types
|
|
68
|
+
|
|
69
|
+
#### Component compatibility
|
|
70
|
+
- [ ] **Data format compatibility**: Consistent data format handling
|
|
71
|
+
- [ ] **Parameter passing**: Correct parameter passing between components
|
|
72
|
+
- [ ] **Event handling**: Proper event handling across components
|
|
73
|
+
- [ ] **State synchronization**: State synchronization between components
|
|
74
|
+
- [ ] **Error propagation**: Proper error propagation across module boundaries
|
|
75
|
+
|
|
76
|
+
### 17.4 Real Data Testing
|
|
77
|
+
|
|
78
|
+
#### Scientific datasets
|
|
79
|
+
- [ ] **Plasma physics data**: Testing with real plasma physics datasets
|
|
80
|
+
- [ ] **Time series data**: Testing with authentic time series data
|
|
81
|
+
- [ ] **Multi-dimensional data**: Testing with complex multi-dimensional datasets
|
|
82
|
+
- [ ] **Large datasets**: Testing with realistically large scientific datasets
|
|
83
|
+
- [ ] **Edge case data**: Testing with challenging real-world data conditions
|
|
84
|
+
|
|
85
|
+
#### Data format validation
|
|
86
|
+
- [ ] **HDF5 integration**: Complete workflows with HDF5 data files
|
|
87
|
+
- [ ] **CSV integration**: Workflows with CSV data sources
|
|
88
|
+
- [ ] **NetCDF integration**: Integration with NetCDF scientific data files
|
|
89
|
+
- [ ] **Pandas integration**: Deep integration with pandas DataFrames
|
|
90
|
+
- [ ] **Custom formats**: Integration with domain-specific data formats
|
|
91
|
+
|
|
92
|
+
### 17.5 Multi-Plot Integration
|
|
93
|
+
|
|
94
|
+
#### Complex plotting scenarios
|
|
95
|
+
- [ ] **Subplot workflows**: Complete workflows with multiple subplots
|
|
96
|
+
- [ ] **Dashboard creation**: Dashboard-style multi-plot layouts
|
|
97
|
+
- [ ] **Comparative plots**: Side-by-side comparison plot workflows
|
|
98
|
+
- [ ] **Time series ensembles**: Multi-plot time series visualization workflows
|
|
99
|
+
- [ ] **Statistical summaries**: Multi-plot statistical analysis workflows
|
|
100
|
+
|
|
101
|
+
#### Plot coordination
|
|
102
|
+
- [ ] **Shared axes**: Plots with shared axis coordination
|
|
103
|
+
- [ ] **Synchronized zooming**: Coordinated zoom functionality across plots
|
|
104
|
+
- [ ] **Shared legends**: Legend coordination across multiple plots
|
|
105
|
+
- [ ] **Color consistency**: Consistent color schemes across related plots
|
|
106
|
+
- [ ] **Layout management**: Proper layout management for complex arrangements
|
|
107
|
+
|
|
108
|
+
### 17.6 Interactive Features Integration
|
|
109
|
+
|
|
110
|
+
#### User interaction workflows
|
|
111
|
+
- [ ] **Data selection**: Interactive data selection workflows
|
|
112
|
+
- [ ] **Zoom interactions**: Interactive zoom functionality testing
|
|
113
|
+
- [ ] **Pan interactions**: Interactive pan functionality testing
|
|
114
|
+
- [ ] **Click events**: Click event handling in complete workflows
|
|
115
|
+
- [ ] **Hover information**: Hover information display integration
|
|
116
|
+
|
|
117
|
+
#### Interactive tool integration
|
|
118
|
+
- [ ] **Selection tools**: Data selection tool integration
|
|
119
|
+
- [ ] **Measurement tools**: Measurement tool functionality
|
|
120
|
+
- [ ] **Annotation tools**: Interactive annotation capabilities
|
|
121
|
+
- [ ] **Export from interaction**: Export functionality from interactive states
|
|
122
|
+
- [ ] **State persistence**: Persistence of interactive states
|
|
123
|
+
|
|
124
|
+
### 17.7 Output and Export Integration
|
|
125
|
+
|
|
126
|
+
#### File format workflows
|
|
127
|
+
- [ ] **PNG export**: Complete PNG export workflows
|
|
128
|
+
- [ ] **PDF export**: Complete PDF export workflows with vector graphics
|
|
129
|
+
- [ ] **SVG export**: Complete SVG export workflows
|
|
130
|
+
- [ ] **EPS export**: Complete EPS export for publication
|
|
131
|
+
- [ ] **Multi-format export**: Workflows exporting to multiple formats
|
|
132
|
+
|
|
133
|
+
#### Output quality validation
|
|
134
|
+
- [ ] **Resolution consistency**: Consistent resolution across export formats
|
|
135
|
+
- [ ] **Color accuracy**: Color accuracy in exported files
|
|
136
|
+
- [ ] **Text quality**: Text quality in exported files
|
|
137
|
+
- [ ] **Vector accuracy**: Vector graphic accuracy in scalable formats
|
|
138
|
+
- [ ] **Metadata preservation**: Metadata preservation in exported files
|
|
139
|
+
|
|
140
|
+
### 17.8 Error Handling Integration
|
|
141
|
+
|
|
142
|
+
#### Comprehensive error testing
|
|
143
|
+
- [ ] **Data error recovery**: Recovery from data loading errors
|
|
144
|
+
- [ ] **Plot error recovery**: Recovery from plot generation errors
|
|
145
|
+
- [ ] **Export error recovery**: Recovery from export errors
|
|
146
|
+
- [ ] **Memory error handling**: Handling of memory-related errors
|
|
147
|
+
- [ ] **Resource error handling**: Handling of resource availability errors
|
|
148
|
+
|
|
149
|
+
#### Error propagation
|
|
150
|
+
- [ ] **Clear error messages**: Clear error messages throughout workflows
|
|
151
|
+
- [ ] **Error context**: Proper error context information
|
|
152
|
+
- [ ] **Graceful degradation**: Graceful degradation when errors occur
|
|
153
|
+
- [ ] **Partial success handling**: Handling of partially successful workflows
|
|
154
|
+
- [ ] **Error logging**: Comprehensive error logging throughout workflows
|
|
155
|
+
|
|
156
|
+
### 17.9 Performance Integration Testing
|
|
157
|
+
|
|
158
|
+
#### Workflow performance
|
|
159
|
+
- [ ] **End-to-end timing**: Complete workflow execution timing
|
|
160
|
+
- [ ] **Memory usage monitoring**: Memory usage throughout workflows
|
|
161
|
+
- [ ] **Resource utilization**: CPU and I/O resource utilization
|
|
162
|
+
- [ ] **Scalability testing**: Performance with varying data sizes
|
|
163
|
+
- [ ] **Bottleneck identification**: Identification of performance bottlenecks
|
|
164
|
+
|
|
165
|
+
#### Performance regression detection
|
|
166
|
+
- [ ] **Baseline performance**: Established performance baselines
|
|
167
|
+
- [ ] **Performance monitoring**: Automated performance monitoring
|
|
168
|
+
- [ ] **Regression alerts**: Alerts for performance regressions
|
|
169
|
+
- [ ] **Performance profiling**: Detailed performance profiling capabilities
|
|
170
|
+
- [ ] **Optimization opportunities**: Identification of optimization opportunities
|
|
171
|
+
|
|
172
|
+
### 17.10 Configuration Integration
|
|
173
|
+
|
|
174
|
+
#### Configuration management
|
|
175
|
+
- [ ] **Default configurations**: Testing with default configurations
|
|
176
|
+
- [ ] **Custom configurations**: Testing with custom configurations
|
|
177
|
+
- [ ] **Configuration validation**: Validation of configuration parameters
|
|
178
|
+
- [ ] **Configuration inheritance**: Proper inheritance of configuration settings
|
|
179
|
+
- [ ] **Dynamic configuration**: Dynamic configuration changes during workflows
|
|
180
|
+
|
|
181
|
+
#### Environment integration
|
|
182
|
+
- [ ] **Environment detection**: Automatic environment detection
|
|
183
|
+
- [ ] **Platform-specific workflows**: Platform-specific workflow testing
|
|
184
|
+
- [ ] **Dependency detection**: Automatic dependency detection and handling
|
|
185
|
+
- [ ] **Feature detection**: Detection of available features and capabilities
|
|
186
|
+
- [ ] **Fallback mechanisms**: Fallback mechanisms for missing features
|
|
187
|
+
|
|
188
|
+
### 17.11 Documentation Integration
|
|
189
|
+
|
|
190
|
+
#### Workflow documentation
|
|
191
|
+
- [ ] **Example workflows**: Complete example workflow documentation
|
|
192
|
+
- [ ] **Tutorial integration**: Integration with tutorial documentation
|
|
193
|
+
- [ ] **API documentation**: API documentation validated through workflows
|
|
194
|
+
- [ ] **Best practices**: Best practices documented through working examples
|
|
195
|
+
- [ ] **Troubleshooting**: Troubleshooting guides validated through testing
|
|
196
|
+
|
|
197
|
+
#### Living documentation
|
|
198
|
+
- [ ] **Executable examples**: Documentation examples that run as tests
|
|
199
|
+
- [ ] **Version synchronization**: Documentation synchronized with code versions
|
|
200
|
+
- [ ] **Example validation**: Automated validation of documentation examples
|
|
201
|
+
- [ ] **Coverage analysis**: Analysis of documentation coverage through integration tests
|
|
202
|
+
- [ ] **User feedback integration**: Integration of user feedback into testing
|
|
203
|
+
|
|
204
|
+
### 17.12 Continuous Integration
|
|
205
|
+
|
|
206
|
+
#### CI/CD integration
|
|
207
|
+
- [ ] **Automated workflow testing**: Automated integration test execution
|
|
208
|
+
- [ ] **Multi-platform testing**: Integration tests across multiple platforms
|
|
209
|
+
- [ ] **Version compatibility**: Testing across multiple dependency versions
|
|
210
|
+
- [ ] **Nightly testing**: Comprehensive nightly integration test runs
|
|
211
|
+
- [ ] **Performance tracking**: Automated performance tracking in CI
|
|
212
|
+
|
|
213
|
+
#### Test reporting
|
|
214
|
+
- [ ] **Comprehensive reporting**: Detailed integration test reporting
|
|
215
|
+
- [ ] **Failure analysis**: Automated analysis of integration test failures
|
|
216
|
+
- [ ] **Trend analysis**: Trend analysis of integration test results
|
|
217
|
+
- [ ] **Artifact management**: Management of integration test artifacts
|
|
218
|
+
- [ ] **Dashboard integration**: Integration with development dashboards
|
|
219
|
+
|
|
220
|
+
### 17.13 User Acceptance Testing
|
|
221
|
+
|
|
222
|
+
#### Realistic usage scenarios
|
|
223
|
+
- [ ] **Research workflows**: Testing realistic research workflows
|
|
224
|
+
- [ ] **Publication workflows**: Testing publication preparation workflows
|
|
225
|
+
- [ ] **Presentation workflows**: Testing presentation preparation workflows
|
|
226
|
+
- [ ] **Exploratory workflows**: Testing exploratory data analysis workflows
|
|
227
|
+
- [ ] **Production workflows**: Testing production data processing workflows
|
|
228
|
+
|
|
229
|
+
#### User experience validation
|
|
230
|
+
- [ ] **Workflow simplicity**: Validation of workflow simplicity
|
|
231
|
+
- [ ] **Error clarity**: Validation of error message clarity
|
|
232
|
+
- [ ] **Performance expectations**: Validation of performance expectations
|
|
233
|
+
- [ ] **Output quality**: Validation of output quality expectations
|
|
234
|
+
- [ ] **Learning curve**: Validation of reasonable learning curve
|
|
235
|
+
|
|
236
|
+
## 🎯 Testing Strategy
|
|
237
|
+
|
|
238
|
+
### Implementation Approach
|
|
239
|
+
1. **Core Workflows**: Start with fundamental data-to-plot workflows
|
|
240
|
+
2. **Complex Scenarios**: Add multi-plot and interactive scenarios
|
|
241
|
+
3. **Real Data Integration**: Incorporate authentic scientific datasets
|
|
242
|
+
4. **Performance Validation**: Add performance and scalability testing
|
|
243
|
+
|
|
244
|
+
### Success Metrics
|
|
245
|
+
- **Workflow Coverage**: All major workflows tested end-to-end
|
|
246
|
+
- **Error Recovery**: Robust error handling throughout workflows
|
|
247
|
+
- **Performance**: Acceptable performance for realistic use cases
|
|
248
|
+
- **User Experience**: Workflows meet user experience expectations
|
|
249
|
+
|
|
250
|
+
### Quality Gates
|
|
251
|
+
- All integration tests pass consistently
|
|
252
|
+
- Performance baselines maintained
|
|
253
|
+
- Real data workflows execute successfully
|
|
254
|
+
- Error handling provides clear guidance to users
|
|
255
|
+
|
|
256
|
+
---
|
|
257
|
+
|
|
258
|
+
**Estimated Time**: 3 hours
|
|
259
|
+
**Dependencies**: All plotting modules, real scientific datasets
|
|
260
|
+
**Priority**: HIGH (Validates complete system functionality)
|
|
261
|
+
|
|
262
|
+
**Status**: ✅ COMPLETED
|
|
263
|
+
**Commit**: d097473
|
|
264
|
+
**Tests Added**: 11 integration test cases
|
|
265
|
+
**Time Invested**: 3 hours
|
|
266
|
+
**Test Results**: 11/11 passing (100% success rate)
|