.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.md
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LEGACY LICENSE.txt
LICENSE
Makefile
README.md
SECURITY.md
custom_model_template.py
pyproject.toml
uv.lock
workflow_config_template.yaml
.github/workflows/main.yml
.github/workflows/release.yml
benchmark/README.md
benchmark/benchmark_cache_unification.py
benchmark/benchmark_jacobian_autoswitch.py
benchmark/benchmark_jacobian_simple.py
benchmark/benchmark_memory_reuse.py
benchmark/benchmark_mixed_precision.py
benchmark/benchmark_partial_batches.py
benchmark/benchmark_sparse_activation.py
benchmark/benchmark_stability_overhead.py
benchmark/benchmark_streaming_overhead.py
benchmark/benchmark_suite.py
benchmark/host_device_transfer_benchmark.py
benchmark/profile_trf.py
benchmark/quick_cache_benchmark.py
benchmark/run_benchmarks.py
benchmark/test_performance_regression.py
benchmark/baselines/cache_unification.json
benchmark/baselines/create_baseline.py
benchmark/baselines/jacobian_autoswitch.json
benchmark/baselines/memory_reuse.json
benchmark/baselines/sparse_activation.json
benchmark/baselines/streaming_overhead.json
benchmark/baselines/streaming_partial_batch_overhead.json
benchmark/baselines/v0.3.0-beta.3-linux.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/_static/.gitkeep
docs/api/index.rst
docs/api/large_datasets_api.rst
docs/api/modules.rst
docs/api/nlsq.adaptive_hybrid_streaming.rst
docs/api/nlsq.algorithm_selector.rst
docs/api/nlsq.async_logger.rst
docs/api/nlsq.bound_inference.rst
docs/api/nlsq.caching.rst
docs/api/nlsq.callbacks.rst
docs/api/nlsq.cli.rst
docs/api/nlsq.common_jax.rst
docs/api/nlsq.common_scipy.rst
docs/api/nlsq.compilation_cache.rst
docs/api/nlsq.config.rst
docs/api/nlsq.constants.rst
docs/api/nlsq.device.rst
docs/api/nlsq.diagnostics.rst
docs/api/nlsq.error_messages.rst
docs/api/nlsq.fallback.rst
docs/api/nlsq.functions.rst
docs/api/nlsq.global_optimization.rst
docs/api/nlsq.hybrid_streaming_config.rst
docs/api/nlsq.large_dataset.rst
docs/api/nlsq.least_squares.rst
docs/api/nlsq.logging.rst
docs/api/nlsq.loss_functions.rst
docs/api/nlsq.memory_manager.rst
docs/api/nlsq.memory_pool.rst
docs/api/nlsq.minpack.rst
docs/api/nlsq.mixed_precision.rst
docs/api/nlsq.optimizer_base.rst
docs/api/nlsq.parameter_estimation.rst
docs/api/nlsq.parameter_normalizer.rst
docs/api/nlsq.profiler.rst
docs/api/nlsq.profiler_visualization.rst
docs/api/nlsq.profiling.rst
docs/api/nlsq.recovery.rst
docs/api/nlsq.result.rst
docs/api/nlsq.robust_decomposition.rst
docs/api/nlsq.rst
docs/api/nlsq.smart_cache.rst
docs/api/nlsq.sparse_jacobian.rst
docs/api/nlsq.stability.rst
docs/api/nlsq.streaming_config.rst
docs/api/nlsq.streaming_optimizer.rst
docs/api/nlsq.svd_fallback.rst
docs/api/nlsq.trf.rst
docs/api/nlsq.types.rst
docs/api/nlsq.unified_cache.rst
docs/api/nlsq.validators.rst
docs/api/nlsq.workflow.rst
docs/api/notebook_utils.rst
docs/api/performance_benchmarks.rst
docs/developer/documentation_quality.md
docs/developer/index.rst
docs/developer/notebook_utilities.rst
docs/developer/optimization_case_study.md
docs/developer/performance_tuning_guide.md
docs/developer/pypi_setup.md
docs/developer/svd_removal_technical_note.md
docs/developer/adr/003-streaming-over-subsampling.md
docs/developer/adr/004-parameter-unpacking-simplification.md
docs/developer/adr/005-jax-autodiff-gradients.md
docs/developer/adr/README.md
docs/developer/ci_cd/github_actions_guide.md
docs/developer/ci_cd/index.rst
docs/getting_started/installation.rst
docs/getting_started/quickstart.rst
docs/guides/advanced_customization.rst
docs/guides/defense_layers.rst
docs/guides/group_variance_regularization.rst
docs/guides/index.rst
docs/guides/large_datasets.rst
docs/guides/migration_scipy.rst
docs/guides/performance_guide.rst
docs/guides/practical_workflows.rst
docs/guides/stability.rst
docs/guides/streaming_optimizer_comparison.rst
docs/guides/troubleshooting.rst
docs/guides/workflow_options.rst
docs/images/NLSQ_logo.png
docs/images/NLSQ_logo_original.png
docs/migration/curve_fit_to_fit.md
docs/migration/streaming_fault_tolerance.md
docs/migration/v0.3.6_defense_layers.rst
docs/user_guide/cli_reference.rst
docs/user_guide/common_workflows.rst
docs/user_guide/index.rst
docs/user_guide/results_outputs.rst
docs/user_guide/workflow_overview.rst
docs/user_guide/yaml_configuration.rst
examples/README.md
examples/_templates/00_UNIVERSAL_TEMPLATE.md
examples/_templates/01_GETTING_STARTED_TEMPLATE.md
examples/_templates/02_CORE_TUTORIALS_TEMPLATE.md
examples/_templates/03_GALLERY_TEMPLATE.md
examples/_templates/04_ADVANCED_TEMPLATE.md
examples/_templates/05_FEATURE_DEMOS_TEMPLATE.md
examples/_templates/06_STREAMING_TEMPLATE.md
examples/_templates/README.md
examples/notebooks/00_learning_map.ipynb
examples/notebooks/01_getting_started/nlsq_interactive_tutorial.ipynb
examples/notebooks/01_getting_started/nlsq_quickstart.ipynb
examples/notebooks/02_core_tutorials/advanced_features_demo.ipynb
examples/notebooks/02_core_tutorials/large_dataset_demo.ipynb
examples/notebooks/02_core_tutorials/nlsq_2d_gaussian_demo.ipynb
examples/notebooks/02_core_tutorials/performance_optimization_demo.ipynb
examples/notebooks/03_advanced/custom_algorithms_advanced.ipynb
examples/notebooks/03_advanced/gpu_optimization_deep_dive.ipynb
examples/notebooks/03_advanced/ml_integration_tutorial.ipynb
examples/notebooks/03_advanced/nlsq_challenges.ipynb
examples/notebooks/03_advanced/research_workflow_case_study.ipynb
examples/notebooks/03_advanced/time_series_analysis.ipynb
examples/notebooks/03_advanced/troubleshooting_guide.ipynb
examples/notebooks/04_gallery/biology/dose_response.ipynb
examples/notebooks/04_gallery/biology/enzyme_kinetics.ipynb
examples/notebooks/04_gallery/biology/growth_curves.ipynb
examples/notebooks/04_gallery/chemistry/reaction_kinetics.ipynb
examples/notebooks/04_gallery/chemistry/titration_curves.ipynb
examples/notebooks/04_gallery/engineering/materials_characterization.ipynb
examples/notebooks/04_gallery/engineering/sensor_calibration.ipynb
examples/notebooks/04_gallery/engineering/system_identification.ipynb
examples/notebooks/04_gallery/physics/damped_oscillation.ipynb
examples/notebooks/04_gallery/physics/radioactive_decay.ipynb
examples/notebooks/04_gallery/physics/spectroscopy_peaks.ipynb
examples/notebooks/04_gallery/physics/surface_fitting_2d.ipynb
examples/notebooks/05_feature_demos/callbacks_demo.ipynb
examples/notebooks/05_feature_demos/defense_layers_demo.ipynb
examples/notebooks/05_feature_demos/enhanced_error_messages_demo.ipynb
examples/notebooks/05_feature_demos/function_library_demo.ipynb
examples/notebooks/05_feature_demos/result_enhancements_demo.ipynb
examples/notebooks/06_streaming/01_basic_fault_tolerance.ipynb
examples/notebooks/06_streaming/02_checkpoint_resume.ipynb
examples/notebooks/06_streaming/03_custom_retry_settings.ipynb
examples/notebooks/06_streaming/04_interpreting_diagnostics.ipynb
examples/notebooks/06_streaming/05_hybrid_streaming_api.ipynb
examples/notebooks/07_global_optimization/01_multistart_basics.ipynb
examples/notebooks/07_global_optimization/02_sampling_strategies.ipynb
examples/notebooks/07_global_optimization/03_presets_and_config.ipynb
examples/notebooks/07_global_optimization/04_tournament_selection.ipynb
examples/notebooks/07_global_optimization/05_multistart_integration.ipynb
examples/notebooks/07_global_optimization/README.md
examples/notebooks/08_workflow_system/01_fit_quickstart.ipynb
examples/notebooks/08_workflow_system/02_workflow_tiers.ipynb
examples/notebooks/08_workflow_system/03_optimization_goals.ipynb
examples/notebooks/08_workflow_system/04_workflow_presets.ipynb
examples/notebooks/08_workflow_system/05_yaml_configuration.ipynb
examples/notebooks/08_workflow_system/06_auto_selection.ipynb
examples/notebooks/08_workflow_system/07_hpc_and_checkpointing.ipynb
examples/notebooks/08_workflow_system/README.md
examples/notebooks/09_gallery_advanced/README.md
examples/notebooks/09_gallery_advanced/biology/dose_response.ipynb
examples/notebooks/09_gallery_advanced/biology/enzyme_kinetics.ipynb
examples/notebooks/09_gallery_advanced/biology/growth_curves.ipynb
examples/notebooks/09_gallery_advanced/chemistry/reaction_kinetics.ipynb
examples/notebooks/09_gallery_advanced/chemistry/titration_curves.ipynb
examples/notebooks/09_gallery_advanced/engineering/materials_characterization.ipynb
examples/notebooks/09_gallery_advanced/engineering/sensor_calibration.ipynb
examples/notebooks/09_gallery_advanced/engineering/system_identification.ipynb
examples/notebooks/09_gallery_advanced/physics/damped_oscillation.ipynb
examples/notebooks/09_gallery_advanced/physics/radioactive_decay.ipynb
examples/notebooks/09_gallery_advanced/physics/spectroscopy_peaks.ipynb
examples/notebooks/09_gallery_advanced/physics/surface_fitting_2d.ipynb
examples/scripts/01_getting_started/nlsq_interactive_tutorial.py
examples/scripts/01_getting_started/nlsq_quickstart.py
examples/scripts/02_core_tutorials/advanced_features_demo.py
examples/scripts/02_core_tutorials/large_dataset_demo.py
examples/scripts/02_core_tutorials/nlsq_2d_gaussian_demo.py
examples/scripts/02_core_tutorials/performance_optimization_demo.py
examples/scripts/03_advanced/custom_algorithms_advanced.py
examples/scripts/03_advanced/gpu_optimization_deep_dive.py
examples/scripts/03_advanced/ml_integration_tutorial.py
examples/scripts/03_advanced/nlsq_challenges.py
examples/scripts/03_advanced/research_workflow_case_study.py
examples/scripts/03_advanced/time_series_analysis.py
examples/scripts/03_advanced/troubleshooting_guide.py
examples/scripts/04_gallery/biology/dose_response.py
examples/scripts/04_gallery/biology/enzyme_kinetics.py
examples/scripts/04_gallery/biology/growth_curves.py
examples/scripts/04_gallery/chemistry/reaction_kinetics.py
examples/scripts/04_gallery/chemistry/titration_curves.py
examples/scripts/04_gallery/engineering/materials_characterization.py
examples/scripts/04_gallery/engineering/sensor_calibration.py
examples/scripts/04_gallery/engineering/system_identification.py
examples/scripts/04_gallery/physics/damped_oscillation.py
examples/scripts/04_gallery/physics/radioactive_decay.py
examples/scripts/04_gallery/physics/spectroscopy_peaks.py
examples/scripts/04_gallery/physics/surface_fitting_2d.py
examples/scripts/05_feature_demos/callbacks_demo.py
examples/scripts/05_feature_demos/defense_layers_demo.py
examples/scripts/05_feature_demos/enhanced_error_messages_demo.py
examples/scripts/05_feature_demos/function_library_demo.py
examples/scripts/05_feature_demos/result_enhancements_demo.py
examples/scripts/06_streaming/01_basic_fault_tolerance.py
examples/scripts/06_streaming/02_checkpoint_resume.py
examples/scripts/06_streaming/03_custom_retry_settings.py
examples/scripts/06_streaming/04_interpreting_diagnostics.py
examples/scripts/06_streaming/05_hybrid_streaming_api.py
examples/scripts/07_global_optimization/01_multistart_basics.py
examples/scripts/07_global_optimization/02_sampling_strategies.py
examples/scripts/07_global_optimization/03_presets_and_config.py
examples/scripts/07_global_optimization/04_tournament_selection.py
examples/scripts/07_global_optimization/05_multistart_integration.py
examples/scripts/07_global_optimization/README.md
examples/scripts/08_workflow_system/01_fit_quickstart.py
examples/scripts/08_workflow_system/02_workflow_tiers.py
examples/scripts/08_workflow_system/03_optimization_goals.py
examples/scripts/08_workflow_system/04_workflow_presets.py
examples/scripts/08_workflow_system/05_yaml_configuration.py
examples/scripts/08_workflow_system/06_auto_selection.py
examples/scripts/08_workflow_system/07_hpc_and_checkpointing.py
examples/scripts/08_workflow_system/README.md
examples/scripts/08_workflow_system/nlsq_fit.pbs
examples/scripts/09_gallery_advanced/README.md
examples/scripts/09_gallery_advanced/biology/dose_response.py
examples/scripts/09_gallery_advanced/biology/enzyme_kinetics.py
examples/scripts/09_gallery_advanced/biology/growth_curves.py
examples/scripts/09_gallery_advanced/chemistry/reaction_kinetics.py
examples/scripts/09_gallery_advanced/chemistry/titration_curves.py
examples/scripts/09_gallery_advanced/engineering/materials_characterization.py
examples/scripts/09_gallery_advanced/engineering/sensor_calibration.py
examples/scripts/09_gallery_advanced/engineering/system_identification.py
examples/scripts/09_gallery_advanced/physics/damped_oscillation.py
examples/scripts/09_gallery_advanced/physics/radioactive_decay.py
examples/scripts/09_gallery_advanced/physics/spectroscopy_peaks.py
examples/scripts/09_gallery_advanced/physics/surface_fitting_2d.py
examples/scripts/10_cli-commands/README.md
examples/scripts/10_cli-commands/run_all_demos.sh
examples/scripts/10_cli-commands/data/batch_data_1.csv
examples/scripts/10_cli-commands/data/batch_data_2.csv
examples/scripts/10_cli-commands/data/batch_data_3.csv
examples/scripts/10_cli-commands/data/damped_oscillation.csv
examples/scripts/10_cli-commands/data/enzyme_kinetics.csv
examples/scripts/10_cli-commands/data/exponential_decay.csv
examples/scripts/10_cli-commands/data/gaussian_peak.txt
examples/scripts/10_cli-commands/data/generate_sample_data.py
examples/scripts/10_cli-commands/data/radioactive_decay.csv
examples/scripts/10_cli-commands/data/reaction_kinetics.csv
examples/scripts/10_cli-commands/data/surface_2d.txt
examples/scripts/10_cli-commands/models/biology_models.py
examples/scripts/10_cli-commands/models/custom_models.py
examples/scripts/10_cli-commands/models/engineering_models.py
examples/scripts/10_cli-commands/models/physics_models.py
examples/scripts/10_cli-commands/output/.gitkeep
examples/scripts/10_cli-commands/workflows/01_basic_fit.yaml
examples/scripts/10_cli-commands/workflows/02_builtin_models.yaml
examples/scripts/10_cli-commands/workflows/03_custom_model.yaml
examples/scripts/10_cli-commands/workflows/04_polynomial_fit.yaml
examples/scripts/10_cli-commands/workflows/05_weighted_fit.yaml
examples/scripts/10_cli-commands/workflows/06_global_optimization.yaml
examples/scripts/10_cli-commands/workflows/07_2d_surface_fit.yaml
examples/scripts/10_cli-commands/workflows/08_hdf5_data.yaml
examples/scripts/10_cli-commands/workflows/batch_example/batch_workflow_1.yaml
examples/scripts/10_cli-commands/workflows/batch_example/batch_workflow_2.yaml
examples/scripts/10_cli-commands/workflows/batch_example/batch_workflow_3.yaml
nlsq/__init__.py
nlsq/_optimize.py
nlsq/_version.py
nlsq/adaptive_hybrid_streaming.py
nlsq/algorithm_selector.py
nlsq/async_logger.py
nlsq/bound_inference.py
nlsq/caching.py
nlsq/callbacks.py
nlsq/common_jax.py
nlsq/common_scipy.py
nlsq/compilation_cache.py
nlsq/config.py
nlsq/constants.py
nlsq/device.py
nlsq/diagnostics.py
nlsq/error_messages.py
nlsq/fallback.py
nlsq/functions.py
nlsq/hybrid_streaming_config.py
nlsq/large_dataset.py
nlsq/least_squares.py
nlsq/logging.py
nlsq/loss_functions.py
nlsq/memory_manager.py
nlsq/memory_pool.py
nlsq/minpack.py
nlsq/mixed_precision.py
nlsq/optimizer_base.py
nlsq/parameter_estimation.py
nlsq/parameter_normalizer.py
nlsq/profiler.py
nlsq/profiler_visualization.py
nlsq/profiling.py
nlsq/py.typed
nlsq/recovery.py
nlsq/result.py
nlsq/robust_decomposition.py
nlsq/smart_cache.py
nlsq/sparse_jacobian.py
nlsq/stability.py
nlsq/streaming_config.py
nlsq/streaming_optimizer.py
nlsq/svd_fallback.py
nlsq/trf.py
nlsq/types.py
nlsq/unified_cache.py
nlsq/validators.py
nlsq/workflow.py
nlsq.egg-info/PKG-INFO
nlsq.egg-info/SOURCES.txt
nlsq.egg-info/dependency_links.txt
nlsq.egg-info/entry_points.txt
nlsq.egg-info/not-zip-safe
nlsq.egg-info/requires.txt
nlsq.egg-info/top_level.txt
nlsq/cli/__init__.py
nlsq/cli/data_loaders.py
nlsq/cli/errors.py
nlsq/cli/main.py
nlsq/cli/model_registry.py
nlsq/cli/result_exporter.py
nlsq/cli/visualization.py
nlsq/cli/workflow_runner.py
nlsq/cli/commands/__init__.py
nlsq/cli/commands/batch.py
nlsq/cli/commands/config.py
nlsq/cli/commands/fit.py
nlsq/cli/commands/info.py
nlsq/cli/templates/__init__.py
nlsq/cli/templates/custom_model_template.py
nlsq/cli/templates/workflow_config_template.yaml
nlsq/global_optimization/__init__.py
nlsq/global_optimization/config.py
nlsq/global_optimization/multi_start.py
nlsq/global_optimization/sampling.py
nlsq/global_optimization/tournament.py
scripts/README.md
scripts/configure_notebooks.py
scripts/convert_examples.py
scripts/run_notebooks.py
scripts/run_scripts.py
scripts/visualize_stability_performance.py
scripts/notebook_sitecustomize/sitecustomize.py
scripts/notebook_utils/__init__.py
scripts/notebook_utils/cells.py
scripts/notebook_utils/core.py
scripts/notebook_utils/pipeline.py
scripts/notebook_utils/tracking.py
scripts/notebook_utils/types.py
scripts/notebook_utils/transformations/__init__.py
scripts/notebook_utils/transformations/base.py
scripts/notebook_utils/transformations/imports.py
scripts/notebook_utils/transformations/matplotlib.py
scripts/notebook_utils/transformations/plt_show.py
scripts/quick_sitecustomize/sitecustomize.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/test_adaptive_hybrid_fault_tolerance.py
tests/test_adaptive_hybrid_integration.py
tests/test_adaptive_hybrid_streaming.py
tests/test_additional_coverage.py
tests/test_algorithm_selector.py
tests/test_api_contracts.py
tests/test_benchmark_suite.py
tests/test_bound_inference.py
tests/test_caching.py
tests/test_callbacks.py
tests/test_common_scipy.py
tests/test_compilation_cache.py
tests/test_comprehensive_coverage.py
tests/test_config.py
tests/test_config_coverage.py
tests/test_coverage_improvement.py
tests/test_deprecation_warnings.py
tests/test_device.py
tests/test_diagnostics.py
tests/test_distributed.py
tests/test_error_messages.py
tests/test_examples_scripts.py
tests/test_fallback.py
tests/test_fallback_integration.py
tests/test_final_coverage.py
tests/test_fit.py
tests/test_functions.py
tests/test_global_optimization_sampling.py
tests/test_host_device_transfers.py
tests/test_hybrid_streaming_config.py
tests/test_init.py
tests/test_init_module.py
tests/test_integration.py
tests/test_integration_beta1.py
tests/test_jacobian_autoswitch.py
tests/test_large_dataset.py
tests/test_large_dataset_diagnostics.py
tests/test_large_dataset_multistart.py
tests/test_least_squares.py
tests/test_least_squares_comprehensive.py
tests/test_logging.py
tests/test_loss_functions.py
tests/test_memory_detection.py
tests/test_memory_manager.py
tests/test_memory_pool.py
tests/test_memory_reuse.py
tests/test_minpack.py
tests/test_minpack_coverage.py
tests/test_minpack_prepare_inputs_comprehensive.py
tests/test_mixed_precision.py
tests/test_multi_start_orchestrator.py
tests/test_multistart_api.py
tests/test_multistart_integration.py
tests/test_notebook_transformations.py
tests/test_notebooks.py
tests/test_numerical_validation_task2.py
tests/test_optimize.py
tests/test_optimizer_base.py
tests/test_parameter_estimation.py
tests/test_parameter_normalizer.py
tests/test_performance_regression.py
tests/test_phase3_integration.py
tests/test_profiler.py
tests/test_profiler_visualization.py
tests/test_readme_examples.py
tests/test_recovery_comprehensive.py
tests/test_result.py
tests/test_sparse_activation.py
tests/test_sparse_jacobian.py
tests/test_sprint3_coverage.py
tests/test_stability.py
tests/test_stability_checks.py
tests/test_stability_extended.py
tests/test_stability_integration.py
tests/test_streaming_batch_statistics.py
tests/test_streaming_best_params.py
tests/test_streaming_checkpoint_resume.py
tests/test_streaming_compatibility.py
tests/test_streaming_diagnostics.py
tests/test_streaming_fast_mode.py
tests/test_streaming_fault_tolerance.py
tests/test_streaming_nan_inf_validation.py
tests/test_streaming_optimizer.py
tests/test_streaming_overhead.py
tests/test_streaming_performance_regression.py
tests/test_streaming_retry_strategies.py
tests/test_streaming_stress.py
tests/test_streaming_success_rate.py
tests/test_svd_regression.py
tests/test_target_coverage.py
tests/test_tournament_selector.py
tests/test_trf_helpers.py
tests/test_trf_refactoring_validation.py
tests/test_trf_simple.py
tests/test_unified_cache.py
tests/test_validators.py
tests/test_validators_comprehensive.py
tests/test_validators_simple.py
tests/test_warmup_defense_layers.py
tests/test_workflow.py
tests/test_workflow_integration.py
tests/cli/__init__.py
tests/cli/test_commands.py
tests/cli/test_data_loaders.py
tests/cli/test_errors.py
tests/cli/test_integration.py
tests/cli/test_model_registry.py
tests/cli/test_result_exporter.py
tests/cli/test_visualization.py
tests/cli/fixtures/gaussian_2d_model.py
tests/cli/fixtures/results.json
tests/cli/fixtures/sample_ascii.txt
tests/cli/fixtures/sample_custom_keys.npz
tests/cli/fixtures/sample_custom_model.py
tests/cli/fixtures/sample_data.csv
tests/cli/fixtures/sample_data.h5
tests/cli/fixtures/sample_data.npz
tests/cli/fixtures/sample_data_missing.csv
tests/cli/fixtures/sample_data_with_nan.txt
tests/cli/fixtures/sample_flat.hdf5
tests/cli/fixtures/sample_surface.csv
tests/cli/fixtures/sample_surface.h5
tests/cli/fixtures/sample_surface.npz
tests/cli/fixtures/sample_surface_ascii.txt
tests/cli/fixtures/sample_tab_delimited.dat
tests/cli/fixtures/sample_workflow.yaml
tests/cli/fixtures/sample_workflow_visualization.yaml
tests/cli/fixtures/workflow_2d_surface.yaml