Resuming maintenance - Basic catch up and fix up of the nox sessions#101
Draft
KathleenLabrie wants to merge 12 commits into
Draft
Resuming maintenance - Basic catch up and fix up of the nox sessions#101KathleenLabrie wants to merge 12 commits into
KathleenLabrie wants to merge 12 commits into
Conversation
…he file number is useless and cannot be used to download the files from the archive.
…the related tests.
…ript tests until are replacement is found. Updated the docs build versions and commented out dependencies that do not seem to be used. The docs are building.
…bly had not been run in a long time. They run fine now. I have updated the python version to 3.12 for those and running dragons 4.0. This astrodata does not support numpy 2 yet. When it does we can use dragons 4.2 and dragons master branch.
…ble because later versions of DRAGONS are incompatible with this astrodata. (until the recent DG commits are migrated.)
…g claiming that OpenBLAS is not found. needed to build SciPy.
… the documentation script tests. They are disabled becaused of problems with rst-extract which needs to be replaced.
…le with Python 3.14. Setting the documentation env to use Python 3.12.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The nox sessions were run locally and made to work, with the exception of one unit test failure due to an archive update - the 187 == 181 error which will be fixed once the recent DRAGONS astrodata commits are incorporated into this repo.
The current tests and build, use numpy 1 (this astrodata is incompatible with numpy 2 still) and DRAGONS 4.0.0 when it's needed. v4.0.0 is numpy 1 and works with this standalone astrodata. Again, once the recent DRAGONS astrodata commits are incorporated, the tests and build will be reverted to use the DRAGONS default branch and the readthedocs stable object.inv again.
Everything runs locally (with failures understood). Now let's see how the github actions behave. They are quite old and might need updating right now.