Commit d8c3a12
Remove logartifact calls from tutorial and examples
Removes calls to the non-existent logartifact function that was causing
UndefVarError. The function is not implemented in the current codebase.
Changes:
- Commented out logartifact calls with TODO reference to issue #61
- Commented out rm(plotfilename) to keep plot files available
- Added clear comments explaining the temporary workaround
This makes the tutorial functional while preserving the intent for
future implementation when artifact upload functionality is added.
Fixes #61 (temporary workaround until function is implemented)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent b5bad10 commit d8c3a12
2 files changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
107 | 108 | | |
108 | | - | |
109 | | - | |
| 109 | + | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | | - | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
0 commit comments