Skip to content

Commit

Permalink
chore: revise example data
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLI-afk committed Mar 28, 2024
1 parent f6681c8 commit 43fe778
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions apex/reporter/DashReportApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@ def generate_test_datasets():
datasets = {
'/Users/zhuoyuan/labspace/ti-mo_test/Ti_test/DP_test': {
'confs/std-hcp': {
'eos_00': {
"14.743452666313036": -7.6612955,
"15.610714587860862": -7.7632485,
"16.477976509408688": -7.817405,
"17.345238430956513": -7.8335905,
"18.21250035250434": -7.8194775,
"19.079762274052165": -7.7812295,
'result': {
'eos_00': {
"14.743452666313036": -7.6612955,
"15.610714587860862": -7.7632485,
"16.477976509408688": -7.817405,
"17.345238430956513": -7.8335905,
"18.21250035250434": -7.8194775,
"19.079762274052165": -7.7812295,
}
}
}
}
Expand Down

0 comments on commit 43fe778

Please sign in to comment.