Quantcast
Channel: First steps - JuliaLang
Browsing all 2795 articles
Browse latest View live

Morris method

@vijaya wrote: Hi In the global sensitvity analysis Morris method example (Lotka Volterra gsa), the input arguments are “total_num_trajectory=1000,num_trajectory=150” m =...

View Article


Running Julia script with predefined environment

@arvindmohan wrote: Julia newbie here. I downloaded a package with Project.toml and instantiated the environment in Julia interactively so all deps were installed. Now I need to run a script (here,...

View Article


Conditional selection of columns in for loop

@meritwagner wrote: Hey guys, Just another beginner-question, I think there is an easy way of doing this: I have a Dataframe with 50 columns that each contain 10 million rows of sensor values. I want...

View Article

Calling a Python script with PyCall

@Eben60 wrote: I have some old Python set of scripts, and would like to call a function (just one function) from there into Julia. How can I do it? Win10, conda. using PyCall...

View Article

Image may be NSFW.
Clik here to view.

HELP! "Julia could not be started "

@mayar wrote: Please help me fix this. How can I start Julia from Atom… I get this message in the picture. Thank you loads in advance Posts: 5 Participants: 3 Read full topic

View Article


How to solve the error while loading saved chain as JLD2 file or JLS file?

@Manu_Francis wrote: Hi, I have saved the chain that generated using Turing package as below: using JLD2, FileIO using Turing # Set the true probability of heads in a coin. p_true = 0.5 # Iterate from...

View Article

Macro: quote versus colon

@erlebach wrote: I am going over macros, and decided to test whether quote and colon were identical. See the code below. Apparently they are not. And if not, it means that there likely side effects in...

View Article

Copy Julia REPL to a txt file

@jmcastro2109 wrote: Hi, How can I copy the printed outputs on my REPL on txt file? I read the documentation but it is not clear to me. Thanks Posts: 4 Participants: 2 Read full topic

View Article


How to retrieve Char in C

@nnn wrote: I need to get value from Julia Char datatype into C. As I understand Char is implemented here and comment says: Char is a 32-bit AbstractChar type that is the default representation of...

View Article


Catching tuples with types in them

@ablaom wrote: I’m trying to dispatch a method acting on tuples where one of the elements is a type and ran into difficulties because of some unexpected behaviour. First, here’s behaviour I thought I...

View Article

Image may be NSFW.
Clik here to view.

Equal size of subplots

@saurabh wrote: OS: WIndows 10 Julia Version: 1.3.1 I tried to plot the original image and its 2D Fourier spectrum. Currently, the size of subplots is different. I have tried to change aspect ratio of...

View Article

Distributed IO works only on main process but not on workers

@meritwagner wrote: I am playing around with the parallel functionality in Julia and trying to make a specific worker load a big feather file. Surprisingly this works, since fetch returns a DataFrame:...

View Article

ABI compatibility between versions

@nnn wrote: I’m building a C shared library for the current stable release: v1.3.1 using Julia C API. With new Julia versions in the future would I need to rebuild my library for new Julia versions or...

View Article


Vector with elements of specified type?

@BLI wrote: Ideally, I’d like to create a container vector v of 10 elements, where each element of v is a vector of length 3, holding Float64 numbers (undefined value at the outset). After this, I’d...

View Article

Interactive Plotting Won't turn off

@astroboy wrote: Hi guys, hope you’re all doing well! I’m having a problem with turning interactive plotting off in Jupyter. I’ve included the packages/import statement and the plotting cell below:...

View Article


Image may be NSFW.
Clik here to view.

GraphBLAS standard in Julia

@pao wrote: Hello guys, I am a big fan of GraphBLAS the standard approach to graph algorithms with Linear Algebra and sparse matrices. In my research, I’m actually starting using it for cellular...

View Article

Access row of matrix based on when value is equal to something specific

@samantp wrote: Hi, Sorry that this is such a simple question but I have not been able to figure this out. I have a 1787x2 matrix stored as an array (called dvh_bs, and I want to access the row in...

View Article


GitLab CI environment variables

@ohmsweetohm1 wrote: I want to setup a CI/CD pipeline in GitLab. In my testscript I need a password and a username that I don’t want to have in the repo. Is it possible to use the GitLab environment...

View Article

Module functions not appearing

@samantp wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic

View Article

Image may be NSFW.
Clik here to view.

Csv file not a valid file

@mayar wrote: Excel files are basically CSV files, aren’t they ? What could be the reason my excel file “branch” be not considered a valid CSV file… This is the error msg I get. Posts: 9 Participants:...

View Article
Browsing all 2795 articles
Browse latest View live