Creating Output Filter Issues #2993
|
Hi RuFaS community Your help would be appreciated! |
Replies: 4 comments 1 reply
|
Hi, thank you for the question/discussion @ledmar3056, happy to help. Step 1: Create a filter file. For this example let's do a report for emissions estimations. Call this file
Step 2: add the filter information to the file. For this example I want to capture everything output from the {
"name": "Emissions",
"filters": [
".*EmissionsEstimator.*"
]
}Step 3: run the simulation - this will generate a report in the
Let me know if this works for you and what further questions you have that would help you set up more filters for your own use. |
|
Hi, can you tell me where your |
|
Hi, thanks for the reply! The issue has been resolved. Thanks. I just discovered that the error message was caused by a failure to save the 'report_emissions.json' file. The 'reports' folder did not appear automatically, so I created it. After doing all of this, I reran 'python main.py' and received the expected results. Thanks for your help! |
|
Thank you, glad to hear it was resolved! If you are willing to share, we would be curious and it would be helpful on our end to know where the outputs folder was located in the file structure when you ran this simulation. I will mark this as resolved. |


Hi, thanks for the reply! The issue has been resolved. Thanks. I just discovered that the error message was caused by a failure to save the 'report_emissions.json' file. The 'reports' folder did not appear automatically, so I created it. After doing all of this, I reran 'python main.py' and received the expected results.
Thanks for your help!