cat-cfs / gcbm_preprocessing

0 stars 2 forks source link

GCBM exe crash #17

Closed B-Ron12 closed 7 years ago

B-Ron12 commented 7 years ago

image

naddison1 commented 7 years ago

Do you have a screenshot of the error? The order shouldn't matter

B-Ron12 commented 7 years ago

image

Very descriptive

B-Ron12 commented 7 years ago

this might be related to this error:

Error getting growth curve for query: select growth_curve_id from (select gccv.growth_curve_id as growth_curve_id, sum(case when c.name in ('AU','LdSpp') then case when cv.value like '?' then 1 when c.name like 'AU' and cv.value like '0' then 4 when c.name like 'LdSpp' and cv.value like '' then 4 else -1000 end else -1000 end) as score from growth_curve_classifier_value gccv inner join classifier_value cv on gccv.classifier_value_id = cv.id inner join classifier c on cv.classifier_id = c.id group by gccv.growth_curve_id) as growth_curve_ranking where score > 0 order by score desc limit 1

benhudson85 commented 7 years ago

I also experienced a moja.cli.exe crash. For my TSA, it appears to happen after repeated incidents of trying to match AU and LdSpp that don't exist. They don't exist in my TSA and they don't exist in the province. moja.cli.exe is also working on tiles that are way outside of my TSA area - looking at the tile IDs they appear to cover the entire province

I tried running with a moja.cli.exe that had been copied locally and experienced the same crash. The only successful run I had was to run from the original configs (...\TSA_31_Soo\04_GCBM\00_configs\SCEN_Base) using the cmd: [path to moja.cli.exe] --config [path to config json] --config_provider [path to config provider json]

I am copying the results of that to the network but it is slow and will apparently take 3 hrs for about 120 MB... Will update when it's copied.

benhudson85 commented 7 years ago

Successful run of GCBM, including moja.cli.exe, with new data_prep and Master_Batch pulls as of about 2:30pm 14Aug2017. Issues is potentially resolved. Resolution was 0.01, TSA 31 Soo. Results uploading to M: drive (in progress).