Git Product home page Git Product logo

ep's People

Contributors

fafa87 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

doudedou

ep's Issues

Not possible to run examples

Using pypi version:

Traceback (most recent call last):
  File "C:\Tools\Miniconda\envs\ep_test\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "C:\Tools\Miniconda\envs\ep_test\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Tools\Miniconda\envs\ep_test\lib\site-packages\ep\evaluate.py", line 253, in <module>
    evaluate.run_script(["plot_comparison.py"] + [param for param in parameters if param != ''])
  File "C:\Tools\Miniconda\envs\ep_test\lib\site-packages\ep\evalplatform\plot_comparison.py", line 365, in run_script
    if terminal_type != "svg" :
UnboundLocalError: local variable 'terminal_type' referenced before assignment

Using master version:

Traceback (most recent call last):
  File "C:\Tools\Miniconda\envs\ep_test\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "C:\Tools\Miniconda\envs\ep_test\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\MIT\Lineage\EP-master\examples\ep\evaluate.py", line 261, in <module>
    input_file_part=automatic_details_drawing_params[2] if automatic_details_drawing_params else None)
  File "C:\MIT\Lineage\EP-master\examples\ep\evalplatform\plot_comparison.py", line 358, in run
    image_sizes = draw_details.get_images_sizes(overlord, input_directory)
  File "C:\MIT\Lineage\EP-master\examples\ep\evalplatform\draw_details.py", line 235, in get_images_sizes
    return dict([(get_trailing_number(f), get_image_size_xy(get_old_path_file(f))) for f in image_list])
  File "C:\MIT\Lineage\EP-master\examples\ep\evalplatform\draw_details.py", line 235, in <listcomp>
    return dict([(get_trailing_number(f), get_image_size_xy(get_old_path_file(f))) for f in image_list])
  File "C:\MIT\Lineage\EP-master\examples\ep\evalplatform\draw_details.py", line 228, in get_image_size_xy
    shape_yx = misc.imread(filepath).shape
AttributeError: module 'scipy.misc' has no attribute 'imread'

Merging input files for no reason

If you have filename:

  • T0_C0.tif
  • T0_C1.tif
  • T1_C0.tif
  • T1_C1.tif
    ...

EP, i think, interprets it as a multiple files partially descripting two real data points C0 and C1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.