mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
* feat: normalize validator and constraint discriminators * docs: add docstring and comment to Constraint base class Address Greptile review feedback: - Add docstring to Constraint noting it should not be instantiated directly - Add comment explaining the rhs fallback behavior in the resolver * refactor: restore ABC on Constraint base class * refactor: add explicit None guard in constraint resolver * Fix legacy numeric sampler constraint detection * fix: address PR review feedback from nabinchha - Guard _can_coerce_to_float against inf/nan strings - Add -> None return type annotations to test functions - Add clarifying comments to ColumnConstraintT vs ColumnConstraintInputT - Add tests for tagged constraint round-trip and missing rhs validation |
||
|---|---|---|
| .. | ||
| analysis | ||
| column_generators | ||
| dataset_builders | ||
| mcp | ||
| models | ||
| processing | ||
| registry | ||
| resources | ||
| sampling_gen | ||
| storage | ||
| validators | ||
| conftest.py | ||
| test_compiler.py | ||
| test_configurable_task.py | ||
| test_dataset_metadata.py | ||
| test_engine_errors.py | ||
| test_model_provider.py | ||
| test_secret_resolver.py | ||
| test_validation.py | ||