Skip to content

resolves 13: project 2#15

Open
prudhomm wants to merge 19 commits intomainfrom
13-project-2
Open

resolves 13: project 2#15
prudhomm wants to merge 19 commits intomainfrom
13-project-2

Conversation

@prudhomm
Copy link
Copy Markdown
Member

@prudhomm prudhomm commented Apr 22, 2025

@prudhomm prudhomm added the enhancement New feature or request label Apr 22, 2025
@prudhomm prudhomm requested review from Copilot and lyyric April 22, 2025 07:43
@prudhomm prudhomm linked an issue Apr 22, 2025 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request resolves issue #13 by introducing a new Jupyter Notebook for running parametric diffusion simulations and updating the CI workflow to execute and test notebooks within a Docker container.

  • Added diffusion.ipynb to demonstrate ParametricDiffusion problem simulations across multiple mu values.
  • Added a CI workflow in .github/workflows/ci.yml to build a Docker image, execute notebooks, perform linting, and run tests.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
diffusion.ipynb New notebook for the parametric diffusion simulation.
.github/workflows/ci.yml New CI configuration to build a Docker environment and run tests.

Comment thread .github/workflows/ci.yml Outdated
build-and-test-docker:
runs-on: ubuntu-latest
container:
image: ${{ github.job }}
Copy link

Copilot AI Apr 22, 2025

Choose a reason for hiding this comment

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

The container image is set using '${{ github.job }}', which may not resolve to a valid Docker image. Consider specifying the correct image name (e.g. 'ci-environment' built in a previous step) to ensure the container is properly configured.

Suggested change
image: ${{ github.job }}
image: ci-environment

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ParametricDiffusion class creation add workflows

3 participants