Compare commits
2 commits
1bb1e72c24
...
11c85ba378
Author | SHA1 | Date | |
---|---|---|---|
11c85ba378 | |||
cb0bc18785 |
1 changed files with 2 additions and 0 deletions
2
monitoring/db/scripts/get_detailed_power.py
Normal file → Executable file
2
monitoring/db/scripts/get_detailed_power.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
import numpy as np
|
||||
from collections import OrderedDict
|
||||
|
|
Loading…
Reference in a new issue