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

Fix the hardcoded propID variable to version dependent propID. #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rbiswas4
Copy link
Member

@rbiswas4 rbiswas4 commented Nov 5, 2018

Actually introduced new static method get_propIDVals making the
former propIDVals method defunkt. A name change was useful and I
fixed this in the new method. The old one has not been removed but
probably could be.

TODO:

  • remove the old function

  • Check the method get_propIDDict which does not seem to use OpSimVars
    and hopefully update it.

  • Check the number of methods that can be removed.

    modified: opsimsummary/opsim_out.py
    modified: opsimsummary/version.py

Fixes #288

Actually introduced new static method `get_propIDVals` making the
former `propIDVals` method defunkt. A name change was useful and I
fixed this in the new method. The old one has not been removed but
probably could be.

TODO:
- remove the old function
- Check the method `get_propIDDict` which does not seem to use OpSimVars
  and hopefully update it.
- Check the number of methods that can be removed.

Fixes #288
	modified:   opsimsummary/opsim_out.py
	modified:   opsimsummary/version.py
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.

Currently, there is a problem with subset = '_all' for opsimversion = 'lsstv4'
1 participant