We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7e682 commit 22956abCopy full SHA for 22956ab
src/axiomatic/client.py
@@ -56,7 +56,7 @@ def validate_equations(
56
show_hypergraph: bool = True,
57
):
58
from .axtract.validation_results import display_full_results
59
- from src.axiomatic.axtract.interactive_table import _create_variable_dict
+ from .axtract.interactive_table import _create_variable_dict
60
61
variable_dict = _create_variable_dict(loaded_equations)
62
api_response = self._ax_client.document.equation.validate(request=requirements[0])
0 commit comments