Skip to content

Commit

Permalink
feat: 1. only upload necessary files and path onto dflow instead of a…
Browse files Browse the repository at this point in the history
…ll 2. backup existing property path before flow submit
  • Loading branch information
ZLI-afk committed Jan 21, 2024
1 parent 1ee1dab commit 4dbe5f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apex/reporter/DashReportApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
NO_GRAPH_LIST = ['relaxation']
UI_FRONTSIZE = 18
PLOT_FRONTSIZE = 18
LINE_SIZE = 3
MARKER_SIZE = 7
REF_LINE_SIZE = 5
REF_MARKER_SIZE = 11
LINE_SIZE = 2
MARKER_SIZE = 5
REF_LINE_SIZE = 3
REF_MARKER_SIZE = 8


def return_prop_class(prop_type: str):
Expand Down
2 changes: 1 addition & 1 deletion apex/reporter/property_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def plotly_graph(res_data: dict, name: str, **kwargs) -> [list[go], go.layout]:
name=name,
x=df['VpA(A^3)'],
y=df['EpA(eV)'],
mode='lines',
mode='lines+markers'
)
layout = go.Layout(
title='Energy of State',
Expand Down

0 comments on commit 4dbe5f7

Please sign in to comment.