You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you run run_tardis(config) TARDIS tries to create a Configuration object from that config arg without verifying if it's already one, it considers that is a filename or a simple dict:
Code Sample, a copy-pastable example if possible
Problem description
This produces an error about
v_inner_boundary
not allowed to be defined. Just using the file directly works.Added by Jordi:
Using a similar procedure with a different file produces a different error:
jsonschema.exceptions.ValidationError: Additional properties are not allowed ('config_dirname' was unexpected)
If the dictionary is being generated by TARDIS itself this shouldn't be a problem.
I'm looking into both problems
The text was updated successfully, but these errors were encountered: