-
Notifications
You must be signed in to change notification settings - Fork 11
675 scipy integrate cumtrapz update #676
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
Conversation
WIP. Segmentation fault during:
Fails during the test for loading multiple files. |
The following build works, using the setup.py file, where I have heavily specified packages to use the last "old" scipy==1.14 but also made changes to use the new
Works! With the last old scipy=1.14 but new scipy commands |
Code passes tests on my local machine. Then investigate dependency package updates... |
Install packages using conda command and environment.yml file
Remove python version 3.8 and swap pip install command by conda install command to download/install packages using environment.yml file
Add conda commands to create environment, install dependencies and then activate environment
Add conda init command
Swap conda commands order
Swap develop branch for 675_scipy_integrate_cumtrapz_update branch and fix typo to step name
Swap develop branch for 675_scipy_integrate_cumtrapz_update branch and fix typo to step name
Swap develop branch for 675_scipy_integrate_cumtrapz_update branch
Update specific version to dask and requests dependencies
Update specific version of dask dependency
Swap develop branch for 675_scipy_integrate_cumtrapz_update branch and fix typo to step name
Update setup config to require python 3.9 and 3.10
Update specific version of dask dependencies
Update step to checkout current branch
Update step to checkout current branch
Update versions of some dependencies so environment.yml and setup.py have same dependencies versions
Format file setup.py
Update script to set conda log's verbosity to level 3
Update workflow to set conda log's verbosity to level 3
…com/British-Oceanographic-Data-Centre/COAsT into 675_scipy_integrate_cumtrapz_update
Set conda log's verbosity to level 3
Set conda log's verbosity to level 3
Add conda command to remove unused packages and caches
Add conda command to remove unused packages and caches
Remove conda command which removes unused packages and caches
Remove conda command which removes unused packages and caches
Update version of scipy dependency
Add python 3.10 as dependency to setup.py. Update version to scikit-image dependency to both config files
Remove python dependency from install_requires section
Update version for pydap dependency in setup.py and environment.yml
Update version for cartopy dependency
Update version for zarr dependency
Remove conda command to set log verbosity to level 3
Pull request checklist
Please check if your PR fulfills the following requirements:
COAsT-site
repo, in a separate PR. See contributing to documentation for details../build.sh
) was run locally and no errors reported. NB not sure about this requirement: GitActions test thispylint .
) has passed locally and any fixes were made for failures. NB not sure about this requirement: GitActions test this withblack
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue URL: #675
What is the new behavior?
Checklist
pip install . && pytest unit_testing/unit_test.py -s
)Does this introduce a breaking change?
Other information