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

update python version #5

Open
lbaumo opened this issue Mar 8, 2023 · 2 comments
Open

update python version #5

lbaumo opened this issue Mar 8, 2023 · 2 comments

Comments

@lbaumo
Copy link
Collaborator

lbaumo commented Mar 8, 2023

Anaconda no longer supports python 3.6. In addition, python 3.6 causes some installation errors with getdist. However, we cannot just update python- there were issues with scikit learn and emulator for other versions that we need to look into if we change versions.

@lbaumo lbaumo mentioned this issue Mar 28, 2023
@lbaumo
Copy link
Collaborator Author

lbaumo commented Apr 14, 2023

  1. make a new conda environment, and in this environment use the most recent version of all of the software
  2. switch to the old conda environment, output some of the cells of the old python version to binary files (I will provide an example to follow) so that we can compare each step of the notebook between the old and new python version. We will have identical inputs for comparison.
  3. switch to the new environment and load the binaries just created from the old python version. we can then compare the outputs of individual functions given identical inputs.

@lbaumo
Copy link
Collaborator Author

lbaumo commented Aug 31, 2023

there were many changes to scikit learn, and the difference between versions is not well documented. we need some type of interpolator and are looking into other options.

AndreasTersenov added a commit that referenced this issue Oct 3, 2023
Merge pull request #28 from AndreasTersenov/covariance
AndreasTersenov added a commit that referenced this issue Oct 5, 2023
Merge pull request #28 from AndreasTersenov/covariance
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

No branches or pull requests

1 participant