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

loadtrackerdict isn't updated in development #557

Open
cdeline opened this issue Oct 3, 2024 · 3 comments
Open

loadtrackerdict isn't updated in development #557

cdeline opened this issue Oct 3, 2024 · 3 comments
Labels
v0_6_0 Target for v0.6.0 release

Comments

@cdeline
Copy link
Contributor

cdeline commented Oct 3, 2024

RadianceObj.loadtrackerdict and load.loadTrackerDict and load._exportTrackerDict needs to be updated for new trackerdict configuration and pytested

@cdeline cdeline added the v0_5_0 Include for v0.5.0 release label Oct 3, 2024
@cdeline
Copy link
Contributor Author

cdeline commented Oct 4, 2024

Maybe just deprecate this function, replace with a pickle dump / load with checks for pandas versions (?)

@cdeline
Copy link
Contributor Author

cdeline commented Oct 4, 2024

Desired functionality: enable saving, re-loading and copying a RadianceObj so it can be brought up on different HPC threads, and pointing back to the original directory structure unless modified afterwards. (copy.deepcopy type functionality)

@cdeline cdeline added v0_6_0 Target for v0.6.0 release and removed v0_5_0 Include for v0.5.0 release labels Oct 4, 2024
@cdeline
Copy link
Contributor Author

cdeline commented Oct 5, 2024

for loadtrackerdict specifically, the original functionality can be accomplished by making an analysisObj from results in the directory, then stuff that into the correct trackerDict key. test files in the \tests directory like 'test_2001-01-01_0800.csv' need to be updated to match current results output format, like with 'rearX' columns..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v0_6_0 Target for v0.6.0 release
Projects
None yet
Development

No branches or pull requests

1 participant