Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

removed use of some deprecated functions#2432

Open
glk0 wants to merge 1 commit intodevelopfrom
glk0-tangential
Open

removed use of some deprecated functions#2432
glk0 wants to merge 1 commit intodevelopfrom
glk0-tangential

Conversation

@glk0
Copy link
Contributor

@glk0 glk0 commented Sep 4, 2025

PR collecting various contributions tangential to main work: local testing fixes, removing deprecated features, etc

@glk0 glk0 requested a review from mesmith75 September 19, 2025 23:55
# The customisation of the interactive shell is done in this extension
cfg.InteractiveShellApp.extensions = ['GangaCore.Runtime.ganga_extension']

IPython.start_ipython(argv=[], user_ns=local_ns, local_ns=local_ns, module=GangaCore.GPI, config=cfg)
Copy link
Contributor

Choose a reason for hiding this comment

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

What is the purpose of this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What is the purpose of this change?

The old call convention is deprecated.

@mesmith75
Copy link
Contributor

Is this all just linting? What is the script doing and when is it used?

@glk0
Copy link
Contributor Author

glk0 commented Sep 20, 2025

The script is for local lint & fix, during local testing. Added with removing some deprecated APIs used to produce noisy outputs when running Ganga.

@glk0
Copy link
Contributor Author

glk0 commented Sep 23, 2025

I removed the linting part. Just the removal of various deprecated stuffs leading to some annoying messages.

@glk0 glk0 changed the title add local autofix+lint script fixed used of some deprecated functions Sep 23, 2025
@glk0 glk0 changed the title fixed used of some deprecated functions removed use of some deprecated functions Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants