move to pyunitsystem 2.0
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
65 65 Configuration class to provide to the convert from h5 to nx 66 66 """ 67 67 68 _valid_metric_values = [ 69 str(item) 70 for item in ( 71 MetricSystem.METER, 72 MetricSystem.CENTIMETER, 73 MetricSystem.MILLIMETER, 74 MetricSystem.MICROMETER, 75 MetricSystem.NANOMETER, 76 ) 77 ] 68 _valid_metric_values = [str(item) for item in MetricSystem] assigned to @payno
requested review from @pautran
changed milestone to %1.1
mentioned in commit e81a173d
Please register or sign in to reply