Fredrik Bagge Carlson

Results 317 issues of Fredrik Bagge Carlson

I frequenctly find myself calling ```julia @time_imports using SlowPackage ``` followed by a restart of julia and then ```julia @time using SlowPackage ``` to get the total time. It would...

feature

A simple notbook with only `import PlotlyJS` makes the built-in package manager go bananas, it wants to restart immediately and repeatedly ![image](https://user-images.githubusercontent.com/3797491/190575215-02cc1829-b374-41f2-87f2-9d440ad6ce66.png) no problem in the standard REPL ![image](https://user-images.githubusercontent.com/3797491/190575370-629225bb-76e7-418b-b81a-9ca5561a3329.png) I...

backend
package manager

These are all attmepts at getting rid of the marker stroke, and they all fail. The stroke gets thinner, but does not dissappear. ```julia theme(:juno) scatter(randn(3)) ``` ![tt2](https://user-images.githubusercontent.com/3797491/77154707-2d5ffe00-6ad7-11ea-8cce-fbd972c1fe47.png) ```julia theme(:juno)...

bug
GR

If the cursor is located in the debug console and the prompt is empty, pressing `enter` throws the error below. This does not really cause any problems, the debugger still...

An attempt at fixing #1826 This change makes namespacing in - https://github.com/SciML/ModelingToolkitStandardLibrary.jl/pull/110 work quite easily. If the change in this PR is okay, I'll add some tests.

Flattening a system that contains `connect` statements produces an invalid system ```julia julia> structural_simplify(sys_outer) Model outer with 7 equations ... julia> structural_simplify(ModelingToolkit.flatten(sys_outer)) ERROR: ExtraVariablesSystemException: The system is unbalanced. There are...

While trying to implement a new features in MTK, I realized that I am not 100% sure about the difference between these three functions. The documentation makes me no wiser...

documentation

This PR - Fixes the sizes of matrices when there are input derivatives present. - Ensures that the input parameters are in the correct order as specified by the user,...

When one wants to `linearize` a model that is set up for simulation, one must redefine the model by disconnecting input sources that corresponds to the inputs with which one...

control

An *incredibly common* error that makes the user experience bad for both new and experienced users of MTK is the fact that one can not use ```julia sys.x ``` to,...