Skip to content
Snippets Groups Projects

Move from nxtomomill.utils.progress.Progress to tqdm

Merged payno requested to merge move_to_tqdm into main
  • test h52nx
  • test edf2nx
  • test fluo2nx
  • test dxfile2nx

Related to tomoscan!225 (merged)

close #187 (closed)

Edited by payno

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • payno
    payno @payno started a thread on the diff
  • 104 106 )
    105 107
    106 108 if options.dataset_basename is not None:
    107 config.dataset_basename = options.dataset_basename
    109 config.dataset_basename = options.dataset_basename[0]
    108 110 if options.info_file is not None:
    109 111 config.dataset_info_file = options.info_file
    110 112 if options.scan_path is not None:
    111 config.input_folder = options.scan_path
    113 config.input_folder = options.scan_path[0]
    112 114 if options.output_file is not None:
    113 config.output_file = options.output_file
    115 config.output_file = options.output_file[0]
  • assigned to @payno

  • payno requested review from @lesaint

    requested review from @lesaint

  • payno added 12 commits

    added 12 commits

    • b6901dc7...26c93baf - 9 commits from branch main
    • 9139ff8f - Move from nxtomomill.utils.progress.Progress to tqdm
    • 4d647fb3 - edf2nx: hide fabio warning when converting
    • f4b64b75 - fluo2nx: rework mandatory argument used

    Compare with previous version

  • merged

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading