Skip to content

Commit

Permalink
Merge pull request #750 from lnls-sirius/update-macreport
Browse files Browse the repository at this point in the history
Update MacReport
  • Loading branch information
anacso17 authored Oct 29, 2021
2 parents 11d3626 + 7f7afa7 commit 18af1c8
Show file tree
Hide file tree
Showing 3 changed files with 649 additions and 520 deletions.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.36.0
2.37.0
4 changes: 2 additions & 2 deletions siriuspy/siriuspy/machshift/test_macreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

mtbfs, mttrs, reliabs = dict(), dict(), dict()
for date, macr in macreports.items():
mtbfs[date] = macr.mean_time_between_failures
mttrs[date] = macr.mean_time_to_recover
mtbfs[date] = macr.time_between_failures_average
mttrs[date] = macr.time_to_recover_average
reliabs[date] = macr.beam_reliability

str_ = '{:<10s} {:<7s} {:<7s} {:<7s}'
Expand Down
Loading

0 comments on commit 18af1c8

Please sign in to comment.