Task #5531 (closed)
Opened 8 years ago
Closed 8 years ago
BUG: TestMakeMovie failing
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | OmeroPy | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-06-02 (13) |
Description
======================================================================
ERROR [18.533s]: testNoParams (scriptstest.makeMovieTest.TestMakeMovie)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/will/Desktop/OMERO/components/tools/OmeroPy/test/scriptstest/makeMovieTest.py", line 31, in testNoParams
process = self.svc.runScript(makeMovieID, inputs, None)
File "/Users/will/Desktop/OMERO/components/tools/OmeroPy/build/lib/omero_api_IScript_ice.py", line 150, in runScript
return _M_omero.api.IScript._op_runScript.invoke(self, ((scriptID, inputs, waitSecs), _ctx))
ValidationException: exception ::omero::ValidationException
{
serverStackTrace =
serverExceptionClass =
message = Can't find params for 203. Stderr is in file 687
---stderr---
Traceback (most recent call last):
File "./script", line 454, in <module>
runAsScript()
File "./script", line 423, in runAsScript
scripts.List("Channels", description="The selected channels").ofType(rint(0), grouping="5"),
TypeError: ofType() got an unexpected keyword argument 'grouping'
}
Change History (1)
comment:1 Changed 8 years ago by Will Moore <will@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [e778a155bc5f1e1af40c499bde2802c90993a76c/ome.git] on branch develop) Fixing parameter of Make_Movie.py. Should fix failing test, Closes #5531