Skip to content

Commit

Permalink
update debug print and version (#11)
Browse files Browse the repository at this point in the history
* update debug print and version

* Update settings.json
  • Loading branch information
SAKURA-CAT authored Jun 14, 2024
1 parent 0d52e47 commit d25d47b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,5 @@
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"vue-i18n.i18nPaths": "vue/src/i18n",
"cSpell.words": [
"apipa",
"netwo",
"psutil",
"swandb"
]
"cSpell.words": ["apipa", "netwo", "psutil", "swandb"]
}
2 changes: 1 addition & 1 deletion swanboard/callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def on_column_create(self, column_info: ColumnInfo):
try:
add_multi_chart(tag_id=tag.id, chart_id=chart.id)
except ChartTypeError:
swanlog.warning("In the multi-experiment chart, the current type of tag is not as expected.")
swanlog.debug("In the multi-experiment chart, the current type of tag is not as expected.")

def on_stop(self, error: str = None):
# 更新数据库中的实验状态
Expand Down
2 changes: 1 addition & 1 deletion swanboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swanboard",
"version": "0.1.2b1",
"version": "0.1.2b2",
"description": "Dashboard for Swanlab",
"python": "true"
}

0 comments on commit d25d47b

Please sign in to comment.