Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Equations Library: figures do not load #1391

Open
Wiljea opened this issue Dec 12, 2024 · 4 comments
Open

In Equations Library: figures do not load #1391

Wiljea opened this issue Dec 12, 2024 · 4 comments
Labels
bug Something isn't working verify The issue does not seem to reproduce (anymore?)

Comments

@Wiljea
Copy link

Wiljea commented Dec 12, 2024

This can be due either to a problematic addressing or to a markdown link problem.
I followed the model:

![Elastic Buckling](img/ElasticBuckling.bmp)

by writing typical calls as:

![RLC Current Delay](img/RLCCurrentDelay.bmp)
...
![Solenoid Inductance](img/SolenoidInductance.bmp)
...
![Conduction + Convection](img/Conduction+Convection.bmp)

etc.

For instance, in the case of "Bernoulli Equation", the fig is not found and we get instead the message:
image

@c3d c3d added bug Something isn't working verify The issue does not seem to reproduce (anymore?) labels Dec 12, 2024
@c3d
Copy link
Owner

c3d commented Dec 12, 2024

The issue is unreadable as is.

When you paste code, please always use three ticks before and after to mark it as code, for example:

Hello

You can use single ticks for inline code, for example Hello.

I re-edited your bug description manually to be able to read it. Please, @Wiljea, take the time to study how I did it and compare to the original below:

This can be due either to a problematic addressing or to a markdown link
problem. I followed the model:
Elastic Buckling

by writing typical calls as:
RLC Current Delay
...
Solenoid Inductance
...
Conduction + Convection
etc.

@c3d
Copy link
Owner

c3d commented Dec 12, 2024

This works correctly when building the simulator on the eqns branch.

R-C

The pictures are not on the stable branch yet.

@Wiljea
Copy link
Author

Wiljea commented Dec 13, 2024

Being on the eqns branch, I agree that it works for "RLC Current Delay" using:
![RLC Current Delay](img/RLCCurrentDelay.bmp)

But it doesn't work for the "Bernoulli Equation" using:
![Bernoulli Equation](img/BernoulliEquation.bmp) =>
image
where this even crash the simulator in my case. And there are many other such cases.

And you can see that there is no difference in the markdown link. The same is true for the link that was recently added:
![Compton Scattering_BW](img/Compton Scattering_BW.bmp) => errors: Error [Invalid bitmap file]

@Wiljea
Copy link
Author

Wiljea commented Dec 13, 2024

Same problem with:
![Mohr’s Circle](img/Mohr’sCircle.bmp) =>
image

Which crashes also the simulator, etc !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verify The issue does not seem to reproduce (anymore?)
Projects
None yet
Development

No branches or pull requests

2 participants