-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I am getting this error in my local machine, could you please check!
Download from URLs has finished
Running Uncertainty Analysis Agents
CANNOT FIND /home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/app/core/../../../data/live/models/uncertainty/uncertainty_inventory.json
Exception in thread Thread-4:
Traceback (most recent call last):
Converting ents files to sandu SensitivityInput objects.
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 973, in _bootstrap_inner
CANNOT FIND /home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/app/core/../../../data/live/models/uncertainty/uncertainty_inventory.json
Exception in thread Thread-6:
CANNOT FIND /home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/app/core/../../../data/live/models/sensitivity/sensitivity_inventory.json
Traceback (most recent call last):
Exception in thread Thread-7:
self.run()
Traceback (most recent call last):
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 910, in run
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 973, in _bootstrap_inner
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
self._target(*self._args, **self._kwargs)
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 910, in run
File "/home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/./app/controllers/agents/uncertainty_clustering_agent.py", line 71, in uncertainty_clustering_agent
self.run()
cluster_list = get_cluster_list(model_list)
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 910, in run
File "/home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/./app/controllers/agents/uncertainty_clustering_agent.py", line 56, in get_cluster_list
self._target(*self._args, **self._kwargs)
self._target(*self._args, **self._kwargs)
File "/home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/./app/controllers/agents/ents_to_sandu_agent.py", line 107, in ents_to_sandu_agent
for model in models:
File "/home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/./app/controllers/agents/uncertainty_mean_sample_agent.py", line 34, in uncertainty_mean_sample_agent
for model in model_list:
TypeError: 'NoneType' object is not iterable
TypeError: 'NoneType' object is not iterable
Uncertainty Clustering Complete
for model in model_list:
Running Uncertainty Cluster Analysis
SensitivityInput objects created from ents files.
Running Sensitivity Analysis Agents
TypeError: 'NoneType' object is not iterable
CANNOT FIND /home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/app/core/../../../data/live/models/uncertainty/uncertainty_inventory.json
Exception in thread Thread-9:
Traceback (most recent call last):
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 973, in _bootstrap_inner
CANNOT FIND /home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/app/core/../../../data/live/models/sensitivity/sensitivity_inventory.json
Exception in thread Thread-10:
Traceback (most recent call last):
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 910, in run
self.run()
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/./app/controllers/agents/uncertainty_cluster_mean_sample_agent.py", line 59, in uncertainty_cluster_mean_sample_agent
self._target(*self._args, **self._kwargs)
list_of_clusters = get_cluster_list(model_list)
File "/home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/./app/controllers/agents/sensitivity_clustering_agent.py", line 122, in sensitivity_clustering_agent
File "/home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/./app/controllers/agents/uncertainty_cluster_mean_sample_agent.py", line 47, in get_cluster_list
cluster_list = get_cluster_list(model_list)
File "/home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/./app/controllers/agents/sensitivity_clustering_agent.py", line 105, in get_cluster_list
for model in models:
TypeError: 'NoneType' object is not iterable
for model in models:
TypeError: 'NoneType' object is not iterable
Sensitivity Clustering Complete
CANNOT FIND /home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/app/core/../../../data/live/models/sensitivity/sensitivity_inventory.json
Exception in thread Thread-11:
Traceback (most recent call last):
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/home/saifulkhan/anaconda3/lib/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/./app/controllers/agents/sensitivity_range_mean_sample_agent.py", line 83, in sensitivity_clustering_range_mean_agent
cluster_list = get_cluster_list(model_list)
File "/home/saifulkhan/CODE/RAMPVIS/rampvis-api/data-api/./app/controllers/agents/sensitivity_range_mean_sample_agent.py", line 48, in get_cluster_list
for model in models:
TypeError: 'NoneType' object is not iterable
Metadata
Metadata
Assignees
Labels
No labels