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

Ostrich hangs when invalid response variable name used in tied response variable #44

Open
analytophile opened this issue Oct 18, 2023 · 0 comments

Comments

@analytophile
Copy link

Ostrich fails without warning message when an invalid response variable is use in the BeginTiedResponseVars...EndTiedResponseVars block. Example input causing failure:

BeginResponseVars
  #name	  filename                   keyword  line col token
  NS     ..\output\Diagnostics.csv;  OST_NULL 1    3   ','
  KGE     ..\output\Diagnostics.csv;  OST_NULL 1    5   ','
  PBias   ..\output\Diagnostics.csv;  OST_NULL 1    4   ','
EndResponseVars 

BeginTiedRespVars
  NegKGE 1 KGE wsum -1.00
  NegNSE 1 NSE wsum -1.00 # here mistakenly uses NSE, not NS
EndTiedRespVars
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

1 participant