Error Handling
Error Handling
Common Issues
Missing .sim file
if not Path(sim_file).exists(): logger.error(f"Simulation file not found: {sim_file}")Invalid variable name
try: data = line.TimeHistory(variable_name)
See sub-skills for full details.
Sub-skill of orcaflex-post-processing: Error Handling.
npx skillmds@latest add vamseeachanta/orcaflex-post-processing-error-handling Missing .sim file
if not Path(sim_file).exists():
logger.error(f"Simulation file not found: {sim_file}")
Invalid variable name
try:
data = line.TimeHistory(variable_name)
See sub-skills for full details.
vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/engineering/marine-offshore/orcaflex-post-processing/error-handling commit 69b0d39a6b