Skip to content

feat: notebook to compute and plot the max eigenvalue of the hessian #21

feat: notebook to compute and plot the max eigenvalue of the hessian

feat: notebook to compute and plot the max eigenvalue of the hessian #21

# name: Release Drafter
#
# on:
# push:
# # branches to consider in the event; optional, defaults to all
# branches:
# - main
#
# permissions:
# contents: read
#
# jobs:
# update_release_draft:
# permissions:
# # write permission is required to create a github release
# contents: write
# # write permission is required for autolabeler
# # otherwise, read permission is required at least
# pull-requests: write
#
# runs-on: ubuntu-latest
#
# steps:
# # Drafts your next Release notes as Pull Requests are merged into "master"
# - uses: release-drafter/release-drafter@v5
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#