You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
Thank you for developing and maintaining this repo.
I've started using this but found that some examples are outdated and I couldn't find a proper usage.
With the script (see the bottom), I got a kernel shutdown.
When I run the script in Ipython, I got the following stack trace,
0: SOAP 1.2 fault: SOAP-ENV:Receiver [no subcode]
"System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: JHTDB started using 1-based indexing from Sept 16. Please update your JHTDB library if you have not done so.
at TurbulenceService.TurbulenceService.GetAnyCutoutWeb(String authToken, String dataset, String field, Int32 T, Int32 x_start, Int32 y_start, Int32 z_start, Int32 x_end, Int32 y_end, Int32 z_end, Int32 x_step, Int32 y_step, Int32 z_step, Int32 filter_width, String addr) in H:\Repos\Turbulence\Turbulence\WebSite\App_Code\WebService.cs:line 4860
--- End of inner exception stack trace ---"
Detail: [no detail]
Hi.
Thank you for developing and maintaining this repo.
I've started using this but found that some examples are outdated and I couldn't find a proper usage.
With the script (see the bottom), I got a kernel shutdown.
When I run the script in Ipython, I got the following stack trace,
The script I use is as follows,
This is borrowed from DEMO_getCutout.ipynb, but some particular arguments,
time
andsize
are removed as it says they are (no longer) supported.It would be appreciated if you could point me the proper usage.
Thank you in advance:)
The text was updated successfully, but these errors were encountered: