You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have completed a new campaign of 10 generations using Daptics API Version 0.9.3 and I get the following errors (1,2) when runnning "get_all_analytics_files" for session "06bf3gqzmiigwzab7io7":
(1)
failed with error: {'path': ['createAnalytics'], 'message': "In /home/shiny/rservex-sessions/Ditlev_20200412155004.wzn6.local/R , runtime error: Error in FUN(X[[i]], ...): object 'log_k' not found\n", 'locations': [{'line': 2, 'column': 0}]}
(2)
failed with error: {'path': ['createAnalytics'], 'message': 'In /home/shiny/rservex-sessions/Ditlev_20200413104912.uqok.local/R , runtime error: Error in pdf(fileName): too many open devices\n', 'locations': [{'line': 2, 'column': 0}]}
Could the first error have something to do with the fact that parameter names contain hyphens or plus signs?
EDIT:
Certain special characters (-, +) are not allowed in ESD parameter names, and so I have successfully completed a new campaign after stripping hyphens and plus signs.
Best,
Ditlev
The text was updated successfully, but these errors were encountered:
Possible solutions. Either forbid these names (which conflicts with ProtoLife/pdt-server#528), or use backticks to protect column names in plotting functions.
pzingg
changed the title
Error in extraction of analytics files "get_all_analytics_files".
bug: Error in extraction of analytics files "get_all_analytics_files".
Apr 29, 2021
pzingg
changed the title
bug: Error in extraction of analytics files "get_all_analytics_files".
bug: Error creating analytics files with prohibited characters in parameter names
Apr 29, 2021
Hi Daptics,
I have completed a new campaign of 10 generations using Daptics API Version 0.9.3 and I get the following errors (1,2) when runnning "get_all_analytics_files" for session "06bf3gqzmiigwzab7io7":
(1)
failed with error: {'path': ['createAnalytics'], 'message': "In /home/shiny/rservex-sessions/Ditlev_20200412155004.wzn6.local/R , runtime error: Error in FUN(X[[i]], ...): object 'log_k' not found\n", 'locations': [{'line': 2, 'column': 0}]}
(2)
failed with error: {'path': ['createAnalytics'], 'message': 'In /home/shiny/rservex-sessions/Ditlev_20200413104912.uqok.local/R , runtime error: Error in pdf(fileName): too many open devices\n', 'locations': [{'line': 2, 'column': 0}]}
ESD parameter names are:
log_k+O1
log_k-O1
log_k+O2
log_k-O2
log_k+T
log_k-T
log_kL
Could the first error have something to do with the fact that parameter names contain hyphens or plus signs?
EDIT:
Certain special characters (-, +) are not allowed in ESD parameter names, and so I have successfully completed a new campaign after stripping hyphens and plus signs.
Best,
Ditlev
The text was updated successfully, but these errors were encountered: