Skip to content

Added tutorial to doc

ad92568
Select commit
Loading
Failed to load commit list.
Open

Graphs_integration #161

Added tutorial to doc
ad92568
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 30, 2025 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 2 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 231 in mlcolvar/cvs/supervised/deeplda.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 's' is unnecessary as it is
redefined
before this value is used.

Check notice on line 112 in mlcolvar/data/dataset.py

See this annotation in the file changed.

Code scanning / CodeQL

Except block handles 'BaseException' Note

Except block directly handles BaseException.

Check notice on line 202 in mlcolvar/data/dataset.py

See this annotation in the file changed.

Code scanning / CodeQL

Module imports itself Note

The module 'mlcolvar.data.dataset' imports itself.