Skip to content

Commit

Permalink
removed fault handler
Browse files Browse the repository at this point in the history
  • Loading branch information
dyumanaditya committed Aug 24, 2024
1 parent 5dc4d2d commit 7164af3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_reorder_clauses.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Test if the simple hello world program works
import pyreason as pr
import faulthandler


def test_reorder_clauses():
Expand All @@ -23,7 +22,6 @@ def test_reorder_clauses():
pr.add_fact(pr.Fact('popular(Mary)', 'popular_fact', 0, 2))

# Run the program for two timesteps to see the diffusion take place
faulthandler.enable()
interpretation = pr.reason(timesteps=2)

# Display the changes in the interpretation for each timestep
Expand Down

0 comments on commit 7164af3

Please sign in to comment.