Open Issues Need Help
View All on GitHub More specific "type" checking for `ctx.get_meta` and `ctx.get_obs` about 2 months ago
AI Summary: Enhance the `sotodlib` library's context manager (`ctx.get_obs` and `ctx.get_meta`) to perform more robust type checking on input observation IDs. This involves validating the format of the input ID before attempting to retrieve metadata or observation data, improving error handling and providing more informative error messages when invalid IDs are used.
Complexity:
3/5
good first issue question
Bad escapes in strings ... 2 months ago
AI Summary: Fix invalid escape sequences in the `sotodlib` library. Specifically, address the `\d` and `\s` escape sequences found in `load_smurf.py` and `hwp.py` that are triggering `SyntaxWarning` errors. This likely involves replacing these with the correct escape sequences or using raw strings.
Complexity:
2/5
good first issue