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

input files should go through some sanity checks #18

Closed
m4lvin opened this issue Oct 10, 2020 · 1 comment
Closed

input files should go through some sanity checks #18

m4lvin opened this issue Oct 10, 2020 · 1 comment
Milestone

Comments

@m4lvin
Copy link
Member

m4lvin commented Oct 10, 2020

For example, SMCDEL should check that OBS are a subset of VARS. Currently the following input is accepted:

VARS 1,2,3

LAW  Top

OBS  a: 1
     b: 2
     c: 4
@m4lvin
Copy link
Member Author

m4lvin commented Jan 12, 2021

Checks to add:

  • are all OBS subsets of VARS?
  • does LAW only contain atoms from VARS?
  • do all WHERE? and VALID? queries only contain atoms from VARS?
  • do all WHERE? and VALID? queries only contain agents from OBS?

@m4lvin m4lvin added this to the 1.2.0 milestone Dec 9, 2021
@m4lvin m4lvin closed this as completed in 9e3363c Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant