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

add postprocessing to an existing simdex #10

Open
saroele opened this issue Nov 28, 2011 · 2 comments
Open

add postprocessing to an existing simdex #10

saroele opened this issue Nov 28, 2011 · 2 comments

Comments

@saroele
Copy link
Owner

saroele commented Nov 28, 2011

This means that an additional attribute will have to be created, to keep track of which simulations had which postprocessing, unless we just don't care. But for reproducibility it is adviseable...

@ghost
Copy link

ghost commented Nov 29, 2011

This doesn't look easy, "storeing which postprocessing has been performed" on data, this means - automatically - saving the postprocessing python code in files while postprocessing. As i think storeing code is the only option, instead of just saying "what i did" as small version-changes in code do also change reproducibility ... ?

@saroele
Copy link
Owner Author

saroele commented Nov 30, 2011

hm, I don't think it is complicated at all. It was mainly a reminder for a
feature I did not have time to implement :-)

I defined a Process class, that keeps track of all post processing that is
performed. So I just need to map the sim ID's with the Processes that have
been applied to it. For now I only apply Processes when I add a simulation
to a Simdex. This issue is about applying processes afterwards to the
simdex. Should be no problem. :-)

On Tue, Nov 29, 2011 at 7:52 PM, Ruben Baetens <
[email protected]

wrote:

This doesn't look easy, "storeing which postprocessing has been performed"
on data, this means - automatically - saving the postprocessing python code
in files while postprocessing. As i think storeing code is the only option,
instead of just saying "what i did" as small version-changes in code do
also change reproducibility ... ?


Reply to this email directly or view it on GitHub:

https://github.com/saroele/Simulation-Management/issues/10#issuecomment-2941437

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