Giter Site home page Giter Site logo

neutronics_tool's People

Contributors

esl-lewis avatar py1sl avatar

Forkers

py1sl

neutronics_tool's Issues

must be a better way for valid date checking

the user input date read part does a couple of checks but there are many cases it does not check for
e.g.

  • only adding a year and no month or year.

  • months with days other than 31

  • dates in the future

  • dates before the data

im sure this is a problem that has been solved and rather than reinvent the wheel find the solution. incidentally pandas datetime part does check if its a valid month etc, this might be part of the solution

Cyclical Imports

Utilities and format_from_EXCEL modules try to import each other, leads to error messages.
Need to rework overall module design.

format to fluka has a list index bug

i used dates 2015 1 1 to 2016 1 1 and the fluka output file throws a list index error with line 129 which in my version is
irrprofi = str("IRRPROFI"+(20 - (len(str(countdays[x]))+9))" "
+str(countdays[x])+"."+(10-len(str(flux[x])))
" "
+str(flux[x])+(9-len(str(countdays[x+1])))" "
+str(countdays[x+1])+"."+(10-len(str(flux[x+1])))
" "
+str(flux[x+1])+(9-len(str(countdays[x+2])))" "
+str(countdays[x+2]) +"."+(10-len(str(flux[x+2])))
" "
+str(flux[x+2])+"\n")

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.