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 test case to check that simulators support their curated outputVariablePatterns #12

Open
jonrkarr opened this issue Jan 2, 2021 · 0 comments

Comments

@jonrkarr
Copy link
Member

jonrkarr commented Jan 2, 2021

  1. Find a suitable example model encoded in XML
  2. Use dependentVariableTargetPatterns XPATH patterns to generate a list of variable targets for the example model.
    • Find all objects that match the XPATH pattern
    • Generate unique XPATHs for each matching object
  3. Create a data generator and data set for each matching object
  4. Simulate example model
  5. Check that data sets were produced for each matching object

(2) is likely difficult to automate because the specifications of dependentVariableTargetPaterns may not capture quite enough information to automatically generate XPATHs for specific objects.

@jonrkarr jonrkarr added enhancement New feature or request future labels Jan 2, 2021
@jonrkarr jonrkarr added test cases and removed enhancement New feature or request labels Feb 8, 2021
@jonrkarr jonrkarr changed the title Add test case to check that simulators support their curated dependentVariableTargetPaterns Add test case to check that simulators support their curated dependentVariableTargetPatterns Feb 9, 2021
@jonrkarr jonrkarr changed the title Add test case to check that simulators support their curated dependentVariableTargetPatterns Add test case to check that simulators support their curated outputVariablePatterns Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant