-
Notifications
You must be signed in to change notification settings - Fork 25
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
Hard to see errors generated in ModelToIdf job in App #110
Comments
Original image is irrelevant to the current design of OS 2.x. But I'd still like in 2.x to be able to easily see these warnings. |
Confirm by making model which has known warnings in the forward translation process, and seeing if they are output on the run tab. @macumber any idea if this is still valid? |
The new approach would be for the worflow gem to echo out errors and warnings from idf translation, @evanweaver do you have an osm that reproduces an error? Can you attach that to this issue? |
@macumber I do not, but one would be appreciated. |
IIUC @evanweaver previous post was a directive for someone (me probably) to make a test model. I can whip that up. |
Here's one OSM that only has a plantLoop, and to which I added an Warnings when FT using the bindings (1 = Error, 0 = Warn)
The OSM model: OS 2.4.0 run tab: |
I'm not sure how many warnings can be generated on a large(r) model, but if it's a big number, perhaps we should only echo errors on this tab, but also echo a summary: "During forward translation, X errors and Y warnings were generated, please refer to #{model_folder}/stdout for detailed information" |
Thanks @jmarrec |
This requires modification to the openstudio-workflow-gem to capture stdout. |
Same underlying issue as NREL/OpenStudio#2941 |
Looks like this is now available in OS |
You have to go to the tree, right click the job and do show errors and warnings. Seems like these should get printed to the screen as well
The text was updated successfully, but these errors were encountered: