Skip to content

removed asserts, logging, rename of method#291

Merged
IngoScholtes merged 1 commit into
mainfrom
285-change-asserts-to-log-errors
Oct 5, 2025
Merged

removed asserts, logging, rename of method#291
IngoScholtes merged 1 commit into
mainfrom
285-change-asserts-to-log-errors

Conversation

@IngoScholtes

Copy link
Copy Markdown
Member
  • removed all assert statements in main code, replacing them by logger.error and raise Error
  • changed name of MultiOderModel.from_PathData to conform to snake casing
  • updated tutorial and tests to reflect new method name
  • improved documentation

@IngoScholtes IngoScholtes linked an issue Oct 5, 2025 that may be closed by this pull request
@IngoScholtes IngoScholtes self-assigned this Oct 5, 2025
@IngoScholtes IngoScholtes added documentation Improvements or additions to documentation enhancement New feature or request refactor Change in the internal code structure but no change in functionality labels Oct 5, 2025
@IngoScholtes IngoScholtes added this to the pathpyG JMLR OSS Paper milestone Oct 5, 2025
@IngoScholtes IngoScholtes merged commit 452a3e7 into main Oct 5, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request refactor Change in the internal code structure but no change in functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change asserts to log errors

1 participant