restage 0.3.0__py3-none-any.whl → 0.3.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
restage/energy.py CHANGED
@@ -28,7 +28,7 @@ def bifrost_translate_energy_to_chopper_parameters(parameters: dict):
28
28
  name = ''.join(name)
29
29
  if name not in parameters:
30
30
  parameters[name] = 0
31
- order = get_and_remove(parameters, 'order', 1)
31
+ order = get_and_remove(parameters, 'order', 14)
32
32
  time = get_and_remove(parameters, 'time', get_and_remove(parameters, 't', 170/180/(2 * 15 * 14)))
33
33
  return one_generic_energy_to_chopper_parameters(calculate, time, order, parameters)
34
34
 
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: restage
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Author-email: Gregory Tucker <gregory.tucker@ess.eu>
5
5
  Classifier: License :: OSI Approved :: BSD License
6
6
  Description-Content-Type: text/markdown
7
- Requires-Dist: zenlog ==1.1
8
- Requires-Dist: platformdirs ==3.11
9
- Requires-Dist: psutil ==5.9.6
10
- Requires-Dist: mccode-antlr[hdf5] ==0.6.0
7
+ Requires-Dist: zenlog >=1.1
8
+ Requires-Dist: platformdirs >=3.11
9
+ Requires-Dist: psutil >=5.9.6
10
+ Requires-Dist: mccode-antlr[hdf5] >=0.7.1
11
11
  Requires-Dist: importlib-metadata ; python_version < "3.8"
12
12
  Provides-Extra: test
13
13
  Requires-Dist: pytest ; extra == 'test'
@@ -4,7 +4,7 @@ restage/cache.py,sha256=Z60tn372Z_KlXC4e0UqMPPuM0NR8e6eD3aNbdR_q4rM,8374
4
4
  restage/cspec_choppers.py,sha256=ZWxyCcwYn4z9ZNqj_r6RC9ImbhVjYc1fmv-Ijm8A2Yk,206
5
5
  restage/database.py,sha256=pblHu8hCV5u3uyE8aUrnBSsfjDLYrxy9JRtnRuOvTXQ,9152
6
6
  restage/emulate.py,sha256=VrhfZJIbECdbDS-MHklqRuAIy9cRkjZkwPBTKQSQoe0,6164
7
- restage/energy.py,sha256=ltuMfByx3uwU8IBBriENbIH5EEfKdZ1-w84Urkcs0xM,2664
7
+ restage/energy.py,sha256=eLU6AmD_EfNsE1jOdorj_gqEL9tthRWjS-Oz9IlZ2-s,2665
8
8
  restage/instr.py,sha256=G8iaXbgN0JKgv37S1oDuf0mEl2WP9VFuwAGeA0yw0R4,2412
9
9
  restage/mcpl.py,sha256=BZYxBytughjc8slR6gUaBy3D7gzo7Yl3ACXrXhWgagI,3403
10
10
  restage/range.py,sha256=TjOf4DSKfgoAIcrWQvv6MrtksQpnGJHdsEjVI5K-UfI,8116
@@ -12,8 +12,8 @@ restage/run.py,sha256=nk8d7cIyIqSt-5pyGm68Zak5H1a-fbo_z2_36eN-08E,1481
12
12
  restage/scan.py,sha256=Yx8OQSBG6I2_64sW0LIDb0glVKwWoxUQQznASXgDZFQ,1432
13
13
  restage/splitrun.py,sha256=PGWfiyVMDLpHkbc_L78sutBhunAN3e5bGijm_rWuDfk,24938
14
14
  restage/tables.py,sha256=FJ-8syvzgjdLvvJW9hVK4VV_rNiZhW34-4BMKQsGjtU,16034
15
- restage-0.3.0.dist-info/METADATA,sha256=ASBybOeIMPGs1oKgFOdn7vXUa2GmUYO8Jp7CGZuJ7dU,4773
16
- restage-0.3.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
17
- restage-0.3.0.dist-info/entry_points.txt,sha256=dY3ZanXW6rBLd2vBo-WMcbgO7E10GVDE0t9GASuVjgY,90
18
- restage-0.3.0.dist-info/top_level.txt,sha256=iM_pb-taTZ0S2WMoDnt_qDMZoNMjmM19z3tTCuVm1IE,8
19
- restage-0.3.0.dist-info/RECORD,,
15
+ restage-0.3.2.dist-info/METADATA,sha256=AOW0AkJtTbTJgHpLblAeG7kLGWNrZwstlol8ZvrYVTo,4773
16
+ restage-0.3.2.dist-info/WHEEL,sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI,91
17
+ restage-0.3.2.dist-info/entry_points.txt,sha256=gghocSxC2gHHxUCalAibCN1mtkh3trNmAfH5Qwx0KYg,149
18
+ restage-0.3.2.dist-info/top_level.txt,sha256=iM_pb-taTZ0S2WMoDnt_qDMZoNMjmM19z3tTCuVm1IE,8
19
+ restage-0.3.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (74.1.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,3 +1,4 @@
1
1
  [console_scripts]
2
2
  restage = restage.run:entrypoint
3
+ restage_bifrost_choppers = restage.bifrost_choppers:script
3
4
  splitrun = restage.splitrun:entrypoint