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

Test Set function #6

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Test Set function #6

wants to merge 8 commits into from

Conversation

PaSeidel
Copy link
Contributor

This Pull Request adds the possibility to use a separate test-dataset in the PipelineRW and makes minor adjustments to the unit tests.

Copy link
Owner

@jroessler jroessler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's discuss the question I have

@@ -52,14 +52,20 @@ def __init__(self, parameters: dict, approach_parameters: ApproachParameters, ev
"IDDP": Invariante DDP (Rößler et al. 2022)
"""

self.parameters = parameters
self.parameters = parameters.copy()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you copying the dictionary first?

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.

2 participants