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

ISIS Major Version 4 Problem #26

Open
acpaquette opened this issue Mar 11, 2020 · 0 comments · May be fixed by #27
Open

ISIS Major Version 4 Problem #26

acpaquette opened this issue Mar 11, 2020 · 0 comments · May be fixed by #27

Comments

@acpaquette
Copy link

With the major version of ISIS being ticked up to 4 there is a significant problem in the env.py file code. It checks for a major version equal to 3 (== 3) to do some of its setup when it should probably be checking for a version greater than or equal to 3 (>= 3). This will cause problems going forward when trying use pysis with any version of ISIS 4.

Could the logic in the env.py be updated to accommodate current versions of ISIS 4?

@acpaquette acpaquette linked a pull request Mar 24, 2020 that will close this issue
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 a pull request may close this issue.

1 participant