Giter VIP home page Giter VIP logo

Comments (6)

tamasgal avatar tamasgal commented on September 29, 2024

It's always useful to see the error message, this way you may get a faster answer ;)

In your case, you forgot to set the mass squared differences etc. which is also mentioned in the documentation and in the error message, which should be this one:

julia> using Neurthino
[ Info: Precompiling Neurthino [ea3506b1-7c4e-45d8-9afb-6e8d18a7dde4]

julia> osc = OscillationParameters(3);

julia> p = PĪ½Ī½(osc, 1, 10000)
ERROR: Mass squared differences not fully determined!

Neurthino.jl does not provide any defaults in this case, see https://github.com/KM3NeT/Neurthino.jl#basic-usage
Set the mixing angles and the mass squared differences and it'll work!

from neurthino.jl.

philippeller avatar philippeller commented on September 29, 2024

Hey, no that is not the issue, it also does not work with setting all parameters. The problem I am having is that it crashes without error (also not in the log). The kernel dies. Otherwise of course I would have understood that error message

from neurthino.jl.

philippeller avatar philippeller commented on September 29, 2024

in the command line i at least get an error:

Illegal inttoptr                                                                                                                                                                                            
%57 = ptrtoint double addrspace(13)* %56 to i64                                                                                                                                         
Illegal inttoptr                                                                                                                                                                                            
%86 = inttoptr i64 %85 to i8 addrspace(13)*                                                                                                                                                                                                                                                                                                                                               
signal (6): Aborted                                                                                                                                                                               in 
expression starting at REPL[3]:1                                                                                                                                                               
gsignal at /usr/bin/../lib/x86_64-linux-gnu/libc.so.6 (unknown line)                                                                                                                              
abort at /usr/bin/../lib/x86_64-linux-gnu/libc.so.6 (unknown line)                                                                                                                                
unknown function (ip: 0x7fe4fe382d04)                                                                                                                                                             
_ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE at /usr/bin/../lib/x86_64-linux-gnu/libLLVM-8.so.1 (unknown line)                                                                           
_ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE at /usr/bin/../lib/x86_64-linux-gnu/libLLVM-8.so.1 (unknown line)                                                                               
_ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE at /usr/bin/../lib/x86_64-linux-gnu/libLLVM-8.so.1 (unknown line)                                                                               
unknown function (ip: 0x7fe4fe46cac1)                                                                                                                                                             
unknown function (ip: 0x7fe4fe46f2d8)                                                                                                                                                             
unknown function (ip: 0x7fe4fe46f8cd)                                                                                                                                                             
unknown function (ip: 0x7fe4fe3aab4a)                                                                                                                                                             
unknown function (ip: 0x7fe4fe3dc082)                                                                                                                                                             
unknown function (ip: 0x7fe4fe40184b)                                                                                                                                                             
jl_apply_generic at /usr/bin/../lib/x86_64-linux-gnu/libjulia.so.1 (unknown line)                                                                                                                 
unknown function (ip: 0x7fe4fe41475b)                                                                                                                                                             
unknown function (ip: 0x7fe4fe414389)                                                                                                                                                             
unknown function (ip: 0x7fe4fe4148f0)                                                                                                                                                             
unknown function (ip: 0x7fe4fe4159c8)                                                                                                                                                             
unknown function (ip: 0x7fe4fe416616)                                                                                                                                                             
unknown function (ip: 0x7fe4fe42ee08)                                                                                                                                                             
unknown function (ip: 0x7fe4fe42f3c8)                                                                                                                                                             
jl_toplevel_eval_in at /usr/bin/../lib/x86_64-linux-gnu/libjulia.so.1 (unknown line)                                                                                                              
eval at ./boot.jl:331                                                                                                                                                                             
eval_user_input at /build/julia-98cBbp/julia-1.4.1+dfsg/usr/share/julia/stdlib/v1.4/REPL/src/REPL.jl:86                                                                                           
macro expansion at /build/julia-98cBbp/julia-1.4.1+dfsg/usr/share/julia/stdlib/v1.4/REPL/src/REPL.jl:118 [inlined]                                                                                
#26 at ./task.jl:358                                                                                                                                                                              
unknown function (ip: 0x7fe4fe419cbb)                                                                                                                                                             
unknown function (ip: (nil))                                                                                                                                                                      
Allocations: 22861491 (Pool: 22857238; Big: 4253); GC: 20                                                                                                                                         
Aborted                                                      

from neurthino.jl.

tamasgal avatar tamasgal commented on September 29, 2024

OK I see. To me this looks like a general issue with your installation or at least the environment. Can you show the output of ]st?

from neurthino.jl.

philippeller avatar philippeller commented on September 29, 2024

Hey, after googling some more, I found that this is an issue with the julia binary installed via apt! I now switched to the official binary from julialang.org (1.6.2) and it works now šŸ‘
So yeah, it was a julia issue and had nothing to do with your package - sorry for the noise!

from neurthino.jl.

tamasgal avatar tamasgal commented on September 29, 2024

Glad it's solved now! Have fun :)

from neurthino.jl.

Related Issues (2)

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.