ptth222
ptth222
Rebasing the original branch for this did not go well, so I manually created another one. This PR should replace #510. I was able to get this to pass all...
A few of the PRs I still have open and am working on have all ran into this issue, and I need some input from you guys to resolve it....
I went through the code in the "model" folder, the JSON Schemas in "resources/schemas/isa_model_version_1_0_schemas", the JSON Schemas on https://isa-specs.readthedocs.io/en/latest/isajson.html, and the specification on https://isa-specs.readthedocs.io/en/latest/isatab.html to try and find inconsistencies. My...
If a property is "required" it should be an error, no? I also changed the investigation config file so that Study Person Mid Initial and Investigation Person Mid Initial aren't...
When I was looking into what we discussed about #553 I found what @proccaserra said about certain columns only being added if protocol types are known. I think I have...
This PR goes all the way back to the initial meeting we had to discuss adding a way to opt out of the configuration validations. I have implemented that here....
I have been running the tests locally on my machine to try and track down some of problems with my PRs, and I found an issue. Initially, I had a...
This can be considered an inconsistency, but I decided not to add more to Issue #534. It might be better to keep things smaller and easier to close. The XML...
isajson.validate() has a "config_dir" parameter that defaults to using some JSON configuration files for various technology and measurement types, but if you don't have one of those types, errors are...
In isatools\isatab\validate\rules\core.py in the "Rule" class in the "execute" method if a rule has an exception it is caught here as "e" and "e" is printed. I'm not sure what...