Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples/DRL/main_reachable_domain.py not running #27

Open
bardhh opened this issue Apr 3, 2024 · 0 comments
Open

examples/DRL/main_reachable_domain.py not running #27

bardhh opened this issue Apr 3, 2024 · 0 comments
Assignees

Comments

@bardhh
Copy link
Collaborator

bardhh commented Apr 3, 2024

I get the following error when running this script:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/usr/local/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/home/veritex/src/veritex/methods/worker.py", line 104, in main_func
self.state_spawn_depth_first(tuple_state)
File "/home/veritex/src/veritex/methods/worker.py", line 364, in state_spawn_depth_first
self.state_spawn_depth_first(next_tuple_states[0])
File "/home/veritex/src/veritex/methods/worker.py", line 364, in state_spawn_depth_first
self.state_spawn_depth_first(next_tuple_states[0])
File "/home/veritex/src/veritex/methods/worker.py", line 364, in state_spawn_depth_first
self.state_spawn_depth_first(next_tuple_states[0])
[Previous line repeated 7 more times]
File "/home/veritex/src/veritex/methods/worker.py", line 358, in state_spawn_depth_first
self.collect_results(next_tuple_states[0][0])
File "/home/veritex/src/veritex/methods/worker.py", line 338, in collect_results
unsafe_inputs = self.dnn.backtrack(s) # in FVIM or Flattice
File "/home/veritex/src/veritex/networks/ffnn.py", line 164, in backtrack
for i in range(len(self.property.unsafe_domains)):
AttributeError: 'NoneType' object has no attribute 'unsafe_domains'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants