Skip to content

Commit

Permalink
simplify canon args as under 'derand'
Browse files Browse the repository at this point in the history
  • Loading branch information
majidaldo committed Jan 8, 2025
1 parent 178ada7 commit b17eac0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/rdf_engine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# reset to 0 if issues
__version__ = "202"
__version__ = "203"

from .engine import Engine, logger
7 changes: 2 additions & 5 deletions test/program.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ db: db
execs:
- params:
MAX_NCYCLES: 5
canon: True
deanon: True
deanon_uri: "urn:anon:"
derand: "urn:anon:"
log: True
log_print: True
rules:
Expand All @@ -18,8 +16,7 @@ execs:
nested: False
- params:
MAX_NCYCLES: 5
canon: True
deanon: False
derand: canonicalize
log: True
log_print: True
rules:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b17eac0

Please sign in to comment.