generated from ai-cfia/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add registration number validation and update FertilizerInspection model * Refactor registration number handling to support structured data format and enhance validation tests * Improve registration number validation and fix website field assertion in tests * Update RegistrationNumber model to allow optional fields and improve validation handling * Fix registration number type validation to use enum member values * Refactor RegistrationNumber model to use string type for registration number and update validation logic; add initial test for label analysis * Remove unused import of Enum from inspection.py * Remove registration number validation from FertilizerInspection and update tests to use RegistrationNumber model * Bump version to 0.0.9 in pyproject.toml * Bump version to 0.0.10 in pyproject.toml and ensure workflow configuration is up to date
- Loading branch information
Showing
5 changed files
with
115 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "fertiscan_pipeline" | ||
version = "0.0.9" | ||
version = "0.0.10" | ||
description = "A pipeline for the FertiScan project" | ||
authors = [ | ||
{ name = "Albert Bryan Ndjeutcha", email = "[email protected]" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters