I continue to get an error when testing my model compatibility saying that no points were included in the selection table and to check the extent:
Executing: validation2 C:\Users\MLeveridge\Desktop\SMT4_0\testing "O:\Shared ORCA GIS\Assoc_Files\Tools\SPreAD-GIS\toolbox_V4_4_2\toolbox"
Start Time: Thu Apr 16 10:50:12 2020
Running script validation2...
SPREADTYPE field already exists, and the existing field will be used.
Failed script validation2...
Traceback (most recent call last):
File "O:\Shared ORCA GIS\Assoc_Files\Tools\SPreAD-GIS\toolbox_V4_4_2\toolbox\scripts\B_Validation.py", line 107, in <module>
vh.validate_arcgis_version(testing_dir, tbx_root, skip_test_run, test_spread, test_nmsim, test_iso, is_GUI)
File "O:\Shared ORCA GIS\Assoc_Files\Tools\SPreAD-GIS\toolbox_V4_4_2\toolbox\scripts\validationhlpr.py", line 88, in validate_arcgis_version
n_points = "all", tbx_root = tbx_root, summarize = 2, keep_intermediates = 1)
File "O:\Shared ORCA GIS\Assoc_Files\Tools\SPreAD-GIS\toolbox_V4_4_2\toolbox\scripts\soundprophlpr.py", line 184, in SoundPropagation
check_selection(Sound_Source)
File "O:\Shared ORCA GIS\Assoc_Files\Tools\SPreAD-GIS\toolbox_V4_4_2\toolbox\scripts\soundprophlpr.py", line 2639, in check_selection
raise ValueError("No points were included in the selection table. Please check that the point is within the model extent")
ValueError: No points were included in the selection table. Please check that the point is within the model extent
Failed to execute (validation2).
Failed at Thu Apr 16 10:50:29 2020 (Elapsed Time: 16.53 seconds)
Here's my input:
Is it because my toolbox path is too long or is it simply because I'm using ArcMap 10.7 which hasn't been checked for errors with the tool (from what I can tell)? It's not a storage issue and I unfortunately cannot write to any lower directory for the test files directory. Any help would be greatly appreciated!