Rename adam to aidas in the lake breeze notebook - #31
Merged
Merged
Conversation
The notebook was the last place in the repo still importing `adam`, which no longer exists after the rename in #30. Updates `import adam` and every `adam.io` / `adam.model` / `adam.vis` / `adam.util` reference in the code cells, the prose that named ADAM, and the kernelspec display name. This also lands working-tree changes to the notebook that predate the rename: a re-executed run with fresh figure outputs, one added cell, and the removal of a stale error traceback that quoted the old ~/ADAM/src/adam/io/get_radar_scan.py path. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
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.
The notebook was the last place in the repo still importing
adam, which no longer exists after #30.What changed
import adam→import aidas, and everyadam.io/adam.model/adam.vis/adam.utilreference in the code cells.kernelspec.display_name→aidas_env.Verified: valid JSON, 23 cells, 23
aidasreferences, zeroadamreferences remaining.Also included
This branch also lands changes to the notebook that were sitting uncommitted in the working tree before the rename: a re-executed run with fresh figure outputs, one added cell, and the removal of a stale error traceback that quoted the old
~/ADAM/src/adam/io/get_radar_scan.pypath.Note
kernelspec.display_nameis nowaidas_env, but your local conda env is still namedadam_env. This is cosmetic —kernelspec.nameispython3, which is what Jupyter actually uses to resolve the kernel, so nothing breaks.conda rename -n adam_env aidas_envif you want them to match.🤖 Generated with Claude Code