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

Juliacon2023 Revision #319

Merged
merged 137 commits into from
Jul 25, 2023
Merged

Juliacon2023 Revision #319

merged 137 commits into from
Jul 25, 2023

Conversation

gzagatti
Copy link
Contributor

@gzagatti gzagatti commented May 4, 2023

This PR contains the revision on the latest draft of the paper. Changes that I have made throughout the paper are commented.

Please also find the PDF version for easy reference.

@isaacsas
Copy link
Member

CI doesn't seem to have run on your most recent commits?

Happy to merge when you say it is done, and CI has run through ok.

@gzagatti
Copy link
Contributor Author

@isaacsas I pushed the final version of the draft with the benchmark figures.

Unfortunately, the format check keeps failing. I did run JuliaFormatter multiple times, but no more formatting is performed. So I don't know why CI keeps failing on that. Can you help?

@isaacsas
Copy link
Member

Formatting is failing on files in the paper subfolder. I'd suggest either excluding that folder, or running the formatter on them.

Also, why has CI stopped running with your recent commits? It was running before, but now seems to have stopped.

@isaacsas
Copy link
Member

Also, the formatter failing is minor. The bigger issue is that the CI that runs tests is not running at all anymore. If you look back to the last green commit it stopped running sometime after that.

@gzagatti
Copy link
Contributor Author

@isaacsas, all CI tests passed. The Invalidations job was skipped as it is only executed in the main branch.

@isaacsas
Copy link
Member

isaacsas commented Jul 25, 2023

CI that calls the test/*.jl still didn’t run.

@gzagatti
Copy link
Contributor Author

Which test is this one? I can't find it.

@gzagatti
Copy link
Contributor Author

gzagatti commented Jul 25, 2023

Is it this workflow? https://github.com/SciML/JumpProcesses.jl/blob/master/.github/workflows/CI.yml

I think it's only supposed to run on the master branch:

name: CI
on:
  pull_request:
    branches:
      - master
  push:
    branches:
      - master

@isaacsas
Copy link
Member

Huh, that’s weird. Wonder why it was running before. The PR was still set to merge to a branch at that point I thought.

Have you run tests locally to make sure there are no issues? It would suck to submit it and then have someone have code problems on this branch.

@isaacsas
Copy link
Member

Or is this fully up to date with master now?

@gzagatti
Copy link
Contributor Author

Yes, I merged with master. Doing a diff returns no difference from master:

git diff origin/master --name-only | grep -v '^paper'

@isaacsas isaacsas merged commit e75458f into SciML:juliacon2023 Jul 25, 2023
5 checks passed
@isaacsas
Copy link
Member

Great, all merged. Thanks!

@gzagatti gzagatti deleted the juliacon2023 branch August 9, 2023 00:30
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.

None yet

5 participants