Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gen_sqw not working #11

Closed
mducle opened this issue Feb 15, 2022 · 0 comments
Closed

gen_sqw not working #11

mducle opened this issue Feb 15, 2022 · 0 comments

Comments

@mducle
Copy link
Member

mducle commented Feb 15, 2022

gen_sqw is not working on pace-python.

So there are two related problems to this.

  1. The original script the user used to report this bug uses things like u = np.array([1,0,0]) which creates a np.int64 array and is converted into a Matlab int array which does not work with most Matlab methods which expect double. The solution is to do a (possibly expensive) conversion to double.
  2. Cluster configuration - on the DAaaS system where this is run, the default configuration is to run with a Herbert cluster but this doesn't work. Unfortunately, as explained in Herbert #418 the cluster cannot be turned off...
mducle added a commit that referenced this issue Mar 20, 2022
* Modify parallelization to use Horace parallel_config
* Add a python patch routine and store diffs wrt 3.6.2
* Add parallelization documentation
* Fix input pars to `disp2sqw_plot` bug #9
* Add auto conv to double of small np.ndarrays #11
* Fix spyder deletion of imports bug #12
* Fix getdoc error string in Spyder/IPython help #12
@mducle mducle closed this as completed Mar 20, 2022
mducle added a commit that referenced this issue Mar 20, 2022
* Modify parallelization to use Horace parallel_config
* Add a python patch routine and store diffs wrt 3.6.2
* Add parallelization documentation
* Fix input pars to `disp2sqw_plot` bug #9
* Add auto conv to double of small np.ndarrays #11
* Fix spyder deletion of imports bug #12
* Fix getdoc error string in Spyder/IPython help #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant