libamtrack / web

Web interface for libamtrack
https://libamtrack.github.io/web/
GNU General Public License v3.0
7 stars 2 forks source link

Status of wasm file in currently deployed library #161

Closed grzanka closed 5 years ago

grzanka commented 5 years ago

I was trying to set "start" value of energy range to zero in https://libamtrack.github.io/web/#EnergyAndMomentum/Relativistic%CE%B2fromenergy using master branch and commit 0a3a7e2.

It gave me following error: image

When looking at forjs branch in core library the corresponding assert seems to be fixed: image

What is the status of wasm and js files in currently deployed library ?

marwin1991 commented 5 years ago

https://libamtrack.github.io/web_dev/#EnergyAndMomentum/Relativistic%CE%B2fromenergy

can you test it there because I don't now how you put 0 there because I get filed validation error. There is the newst compiled library.

grzanka commented 5 years ago

I was testing it locally with a bit different validation range. It works well now, feel free to merge.