Skip to content

Commit

Permalink
commented out pgc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PimLeerkes committed Dec 22, 2024
1 parent 214f724 commit 081efbe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/test_pgc.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
from stormvogel import pgc
import stormvogel.model
import math
import stormvogel.mapping


"""
def test_pgc_mdp():
# we build the model with pgc:
N = 2
Expand Down Expand Up @@ -188,3 +183,4 @@ def delta(s: pgc.State):
rewardmodel.set_state_reward(state, 2)
assert pgc_model == model
"""

0 comments on commit 081efbe

Please sign in to comment.