Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix DeprecationWarning: Attribute s is deprecated and will be removed… #2926

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Mar 25, 2024

  1. fix DeprecationWarning: Attribute s is deprecated and will be removed…

    … in Python 3.14; use value instead
    
    The attribute check within the 'ode.py' script has been updated. Previously, it checked whether the event has an attribute 's', however, this has been modified to check for the 'value' attribute instead. This ensures the correct attribute is being checked for the ongoing processes.
    hamed committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0bc7189 View commit details
    Browse the repository at this point in the history
  2. Fix version compatibility issue in 'ode.py'

    Adjusted a condition in 'ode.py' to handle changes in sys.version_info from 3.12 onwards. This fix ensures compatibility with newer Python versions as system requirements are now checked before the execution of certain commands.
    hamed committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8ca200b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    457fa57 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    d2f7541 View commit details
    Browse the repository at this point in the history