Code Monkey home page Code Monkey logo

Comments (3)

benhills avatar benhills commented on August 16, 2024

Running on Windows, correct?

from communityfirnmodel.

GHOpenonic avatar GHOpenonic commented on August 16, 2024

Yep, running on Windows.

from communityfirnmodel.

maximusjstevens avatar maximusjstevens commented on August 16, 2024

@GHOpenonic @benhills It sounds like this is an issue on your end. If you are saving the file from excel you might need to check the encoding - excel has numerous formats for save as csv - I think you want UTF-8. You can also check the .csv in a simple text editor to check for any special characters that have been inserted. Also ensure that the line endings do not include an extra comma. My recommendation is to generate input csv files using python.

I implemented loadtxt rather than genfromtxt some time ago because loadtxt was significantly faster - but it seems that genfromtxt is much better at dealing with csv nuances, so I will change the code to genfromtxt in a future release.

from communityfirnmodel.

Related Issues (7)

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.