- 09 Feb, 2018 2 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
- 02 Feb, 2018 2 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
- 31 Jan, 2018 2 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
- 24 Jan, 2018 5 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
This removes the provided scripts in favor of using setuptools entry_points. This requires modifying the tests to not depend on the previously provided scripts.
-
Jameson Rollins authored
-
Jameson Rollins authored
-
- 20 Jan, 2018 13 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
somehow python2/3 difference
-
Jameson Rollins authored
-
Jameson Rollins authored
fixes error in python3
-
Jameson Rollins authored
newer networkx versions don't have the same problem.
-
Jameson Rollins authored
don't require loading daemon (since it imports ezca for not particularly good reason), but requires enumerating options explicitly here. would be better if daemon didn't import ezca
-
Jameson Rollins authored
python3 has builtins, instead of __builtin__ in python2. This is mostly a straight compatibility. "reload" is not a built-in in python3, so we have to also pull that from importlib. This is NOT an overhaul of the whole import custom import handling, it just allows for guardian to be imported by python3. This includes one change that could affect python2: setting default level=0. python3 builtins.__import__ does not support level=-1, which tells import to automatically handle both absolute and relative imports. Since we're only doing absolute imports it should be safe to set this to 0. Hopefully this won't cause any problems.
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
This latest pcaspy release fixes redundant updates after initialization
-
Jameson Rollins authored
-
Jameson Rollins authored
-
- 08 Jan, 2018 3 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
This cleans up how REQUEST and REQUEST_ENUM records are updated, to eliminate possible redundant updates.
-
- 03 Jan, 2018 3 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
Two main changes here: * upstream adds Driver.setParamEnums() to update enum records * upstream fixes to remove redundant updates The later accounts for test suite changes. However, there are still some race condition issues in upstream related to updates that can occasionally result in double updates: https://github.com/paulscherrerinstitute/pcaspy/pull/49 This issue results in occasional test suite failures (at the ~20% level). Hopefully these issues will be fixed in future upstream updates.
-
- 17 Nov, 2017 1 commit
-
-
Jameson Rollins authored
eliminate redundant confusing env file
-
- 13 Nov, 2017 1 commit
-
-
Jameson Rollins authored
-
- 21 Jun, 2017 1 commit
-
-
Jameson Rollins authored
-
- 11 Oct, 2016 3 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
Remove the command from the runit finish script that emails me. This was used during prototyping but is no longer needed.
-
Jameson Rollins authored
-
- 07 Oct, 2016 1 commit
-
-
Jameson Rollins authored
-
- 06 Oct, 2016 3 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
more square for larger state number
-
Jameson Rollins authored
-