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

Added support for exponential notation in default parameters #305

Merged
merged 4 commits into from
Apr 19, 2019

Conversation

Vojtone
Copy link
Contributor

@Vojtone Vojtone commented Apr 15, 2019

Fixes #301

Default values of inputs were stored as numbers in static json files, therefore exponential notation was evaluated to standard number. Changing default values to strings fixes the problem.
image

@grzanka
Copy link
Contributor

grzanka commented Apr 15, 2019

I see 4 commits in this PR. I recommend one of following:

  • rebase your repo to the recent state of libamtrack/web (and do git push --force)
  • make a new branch in your own repo and a new clean PR
  • make a new branch in libamtrack/web repo and a new clean PR

@marwin1991
Copy link
Contributor

Faster is to use buit-in GitHub Squash and Merge IMO
Nowy obraz mapy bitowej

@grzanka grzanka merged commit a2b8170 into libamtrack:master Apr 19, 2019
@grzanka
Copy link
Contributor

grzanka commented Apr 19, 2019

@marwin1991 thanks for the point

@Vojtone Vojtone deleted the issue-301 branch May 1, 2019 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lack of support for exponential notation in default parameters
3 participants