Closed zp1008611 closed 1 week ago
Seems you reported to the wrong repo. Apache Fury is a serialization library
I previously reported an issue in the dipy repository,but they said it's a problem with the fury module, as dipy's visualization embeds the fury module.
---Original---
From: "Shawn @.>
Date: Mon, Nov 11, 2024 12:21 PM
To: @.>;
Cc: @.**@.>;
Subject: Re: [apache/fury] radial_scale
parameter of actor.odf_slicer
hassome issues (Issue #1941)
Seems you reported to the wrong repo. Apache Fury is a serialization library
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
My apologies, I realized I've approached the wrong repository.
---Original---
From: "Shawn @.>
Date: Mon, Nov 11, 2024 12:21 PM
To: @.>;
Cc: @.**@.>;
Subject: Re: [apache/fury] radial_scale
parameter of actor.odf_slicer
hassome issues (Issue #1941)
Seems you reported to the wrong repo. Apache Fury is a serialization library
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
It's OK, so I'll close this issue now
Search before asking
Version
dipy 1.9.0 fury 0.11.0
Component(s)
Python
Minimal reproduce step
What did you expect to see?
In the attached code, the last line uses actor.odf_slicer. When radial_scale set to False, it does not result in an error.
What did you see instead?
In the attached code, the last line uses actor.odf_slicer. When radial_scale is set to True, it doesn't raise an error, but when set to False, it does result in an error.
error png
Anything Else?
No response
Are you willing to submit a PR?