Code Monkey home page Code Monkey logo

pyopenems's People

Contributors

dlharmon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyopenems's Issues

Typo and Installation improvement for Ubuntu 18.04 LTS 64bits

Typo and Installation improvement for Ubuntu 18.04 LTS 64bits:

Typo in README.md (install is added two time and there an error as install is not a package ...)
sudo apt install cython3 install build-essential cython3 python3-numpy python3-matplotlib
to be replaced by
sudo apt install cython3 build-essential cython3 python3-numpy python3-matplotlib

Installation / dependencies fixes for Ubuntu 18.04 LTS 64bits:
sudo apt build-dep openems

Reading package lists... Done
E: You must put some 'source' URIs in your sources.list

Missing dependencies:

sudo apt install libtinyxml-dev libhdf5-serial-dev libcgal-dev vtk6 libvtk6-qt-dev
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install vtk scipy matplotlib h5py

completeness?

Hi,

I'm looking to use this in lieu of Matlab/Octave. Can you comment on its completeness as an interface? Also, is there any documentation?

Would be amazing it works :)

Installation instructions?

Hi! Super excited to try this out after hearing about it from the talk at KiCON. I'm trying to install on a fresh copy of debian 10, but:

  1. git submodule pull failed, git submodule update --recursive seemed to do something (but I'm not sure if it was the right thing)
  2. openems/share/python doesn't exist, same for CSXCAD, only matlab exists, so it doesn't look like it did the trick.

Thanks for all your efforts on this, I'm super excited to try it out!

Required version of openEMS

The required version of openEMS is stated as >0.0.35, but on the openEMS web site the latest version available is 0.0.35, at least for Linux.

Installation instructions, revisited

  1. Installed fresh Debian 10 (admittedly, in virtualbox...)
  2. git submodule init; git submodule update --recursive
  3. sudo apt-get install cython3
  4. pick up your current instructions
  5. Clone your git repo...

Now, no errors, but if I try to run an example:
"ModuleNotFoundError: No module named 'openems'"...

Feeling like I should stick to swinging hammers...!

Issues/error with some examples

I have built pyopenems with Ubuntu 18.04 LTS 64bits like described in #6
But I have some issues with some examples (I doubt it is related to my build)

  • pyopenems/examples/lpf_6.py
Traceback (most recent call last):
  File "lpf_6.py", line 39, in <module>
    box_width = 1.8*mm)
  File "/home/hydra/pyopenems/examples/openems/lpf.py", line 25, in generate
    l2 = l1.duplicate("line_p2").mirror('x')
AttributeError: 'Box' object has no attribute 'duplicate'

The same for

  • pyopenems/examples/lpf_13.py
Traceback (most recent call last):
  File "lpf_13.py", line 40, in <module>
    box_width = 1.8*mm)
  File "/home/hydra/pyopenems/examples/openems/lpf.py", line 25, in generate
    l2 = l1.duplicate("line_p2").mirror('x')
AttributeError: 'Box' object has no attribute 'duplicate'

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.