Ticket #7770 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

New reduction_workflow uses old reduction scripts

Reported by: Mathieu Doucet Owned by: Mathieu Doucet
Priority: major Milestone: Release 3.0
Component: Reflectometry Keywords:
Cc: Blocked By:
Blocking: Tester: Jay Rainey

Description

Found a bad import in the reduction_workflow module. In reduction_workflow/instruments/sans/sns_command_interface.py, line 36:

from reduction.find_data import find_data

should be

from reduction_workflow.find_data import find_data

Change History

comment:1 Changed 7 years ago by Mathieu Doucet

  • Status changed from new to inprogress

Re #7770 fix old import

Changeset: d3a64828e7ba53c6eb96789bb29c235e794c7641

comment:2 Changed 7 years ago by Mathieu Doucet

  • Status changed from inprogress to verify
  • Resolution set to fixed

To test:

  • Confirm the change
  • Make sure EQSANS system tests work

comment:3 Changed 7 years ago by Mathieu Doucet

Re #7770 fix old import

Changeset: 218109455612aa153a3782c487bb84f07b4bb26b

comment:4 Changed 7 years ago by Jay Rainey

  • Status changed from verify to verifying
  • Tester set to Jay Rainey

comment:5 Changed 7 years ago by Jay Rainey

I receive an error saying that the changes need to be merged with develop in order for me to begin testing.

comment:6 Changed 7 years ago by Jay Rainey

  • Status changed from verifying to reopened
  • Resolution fixed deleted

comment:7 Changed 7 years ago by Mathieu Doucet

  • Status changed from reopened to verify
  • Resolution set to fixed

comment:8 Changed 7 years ago by Jay Rainey

  • Status changed from verify to verifying

comment:9 Changed 7 years ago by Jay Rainey

  • Status changed from verifying to closed

Merge remote-tracking branch 'origin/feature/7770_fix_apiv1_import'

comment:10 Changed 7 years ago by Jay Rainey

Import changed as expected, and all tests passed.

comment:11 Changed 7 years ago by Mathieu Doucet

Re #7770 fix old import

Changeset: 218109455612aa153a3782c487bb84f07b4bb26b

comment:12 Changed 7 years ago by Nick Draper

  • Component changed from Framework to Reflectometry

comment:13 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8615

Note: See TracTickets for help on using tickets.