Skip to content

Conversation

@eigenP
Copy link
Owner

@eigenP eigenP commented Oct 7, 2025

Summary

  • split the projection colormap dropdown and CLAHE slider into separate cells so each control updates independently

Testing

  • not run (not requested)

https://chatgpt.com/codex/tasks/task_e_68e583302d508331824de4a7462623bf

@eigenP eigenP merged commit bbbf2b0 into main Oct 7, 2025
4 checks passed
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

Comment on lines +33 to +38
import matplotlib.pyplot as plt
import numpy as np
from skimage import data

from clahe_equalize_adapthist import _my_clahe_
from color_coded_projection import color_coded_projection

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Fix module imports when running demo script

The new marimo demo imports clahe_equalize_adapthist and color_coded_projection as top‑level modules, but those files live one directory above the notebook and are not part of an installed package. Running the app via marimo run notebooks/color_projection_clahe_demo.py (or python notebooks/...) sets sys.path[0] to notebooks, so the repo root is no longer on the import path and both imports raise ModuleNotFoundError, preventing the demo from starting. Consider using a relative import (e.g., from ..color_coded_projection import ... inside a package or prepending the project root to sys.path) so the example runs out of the box.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants