Snt25 530#97
Open
irautu-bluesquare wants to merge 20 commits into
Open
Conversation
EstebanMontandon
approved these changes
Jun 22, 2026
EstebanMontandon
left a comment
Collaborator
There was a problem hiding this comment.
If the pipeline has been tested in the snt-testing , then is ready to be merged ;)
| num_km = input_radius_meters / 1000 | ||
| shapes_file_path: str | None = None | ||
| # validate input parameter values | ||
| if input_fosa_file is not None: |
Collaborator
There was a problem hiding this comment.
You could also do something like:
if input_fosa_file is None:
current_run.log_info("Using default FOSA data (DHIS2).")
elif not Path(input_fosa_file.path).exists():
current_run.log_warning("User provided file not found, check the path.")
elif not has_allowed_extension(input_fosa_file):
current_run.log_warning("FOSA location file should be a .csv file. Using default FOSA data instead.")
else:
current_run.log_info(f"Using FOSA coordinates file: {input_fosa_file.path}")
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update params access to health care pipeline: https://bluesquare.atlassian.net/browse/SNT25-530
Changes:
Examples of runs



snt_healthcare_access_report_OUTPUT_2026-06-22_084832.zip