Page MenuHomePhabricator

Hide Teem Tensor Reconstruction
Closed, WontfixPublic

Description

The teem reconstruction so far only works if a teem executable is in the system path. The teem-buttons should either be hidden or tested again and documented properly (warning in the GUI that it only works with executable).

Related Objects

StatusAssignedTask
ResolvedNone
WontfixNone

Event Timeline

hiding it might be the best solution so shortly before release.

how can we check if the executable exists?

I think we should deactivate the option in the app. This is too close to release now. lets open a new bug.

I tried a bit. when no tend can be found the int is 35** (not sure exactly). With tend i receive other failures with the int = 512

if(success==0)

{
  std::cout << "exists";
}
else
{
  std::cout << "no exists";
}

Lets not do this and just deactivate the button

(In reply to comment #3)

I think we should deactivate the option in the app. This is too close to
release now. lets open a new bug.

yes

kislinsk added a project: Bulk Edit.
kislinsk removed a project: Bulk Edit.