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
if __name__ == "__main__":
platform = Platform('Calculon')
analysis = PlatformAnalysis(
platform=platform, experiment_ids=["b0d9ad61-517a-ec11-a9f3-9440c9be2c51"],
analyzers=[SimTags], #analyzers_args=[{'filenames': ["stderr.txt"],'output_path':'output' }],
analysis_name="SSMT Analysis Simple 1",
# You can pass any additional arguments needed to AnalyzerManager through the extra_args parameter
extra_args=dict(partial_analyze_ok=True)
)
analysis.analyze(check_status=True)
wi = analysis.get_work_item()
print(wi)
if user want to analyzer with failed sim, they need to pass extra_args like above. But it seems no one know this. We should have document on what can be included in extra_args.
The text was updated successfully, but these errors were encountered:
For example in this script:
if user want to analyzer with failed sim, they need to pass extra_args like above. But it seems no one know this. We should have document on what can be included in extra_args.
The text was updated successfully, but these errors were encountered: